Hunter green color: hex codes, shades and palettes
Palettes built around hunter green. Click any swatch to copy its hex code.
A deep, slightly grey green. Traditional, and dark enough to work as a background with cream or gold on top.
Hunter green hex, RGB, HSL and OKLCH
- HEX
#33553F- RGB
rgb(51, 85, 63)- HSL
hsl(141, 25%, 27%)- OKLCH
oklch(41.6% 0.054 154.9)- On white
- 8.36:1
- On black
- 2.51:1
Shades of hunter green
9 steps from one base color, generated in OKLCH so each step is an equal perceived step rather than an equal numeric one. Click a swatch to copy it.
Hunter green color values
| RGB | 51 | 85 | 63 | |
|---|---|---|---|---|
| HSL | 141° | 25% | 27% | |
| HSV | 141° | 40% | 33% | |
| CMYK | 0.40 | 0.00 | 0.26 | 0.67 |
| XYZ | 5.5106 | 7.5594 | 5.8704 | |
| Yxy | 7.5594 | 0.2909 | 0.3991 | |
| CIE-Lab | 33.0478 | -17.8941 | 9.0098 | |
| Hunter Lab | 27.4943 | -12.3388 | 6.5868 | |
| OKLCH | 41.6% | 0.054 | 154.9° |
#33553F is 51 red, 85 green and 63 blue. Its green channel carries the most of it. The nearest of the 216 web safe colors is #336633.
CIE-Lab, XYZ and Yxy are measured against D65, the white point sRGB itself is defined against. Hunter Lab uses the original illuminant C constants, which is what paint and plastics specifications quote, so the two Lab rows are not directly comparable. CMYK is the plain arithmetic conversion: real ink values depend on the press, the paper and the profile.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00110011 | 01010101 | 00111111 |
| Octal | 63 | 125 | 77 |
| Decimal | 51 | 85 | 63 |
| Hex | 33 | 55 | 3F |
#33553f mixed with black
Ten even steps of the classic shade ramp, worked out in RGB, which is how the term has always been defined and how other references list it. The OKLCH scale further down this page answers a different question: it steps by equal perceived amounts, so its values are not the same.
- #33553F
- #2D4C38
- #284432
- #233B2C
- #1E3325
- #192A1F
- #142219
- #0F1912
- #0A100C
- #050806
- #000000
#33553f mixed with white
The tint ramp, by the same rule in the other direction.
- #33553F
- #476652
- #5B7765
- #708878
- #84998B
- #99AA9F
- #ADBBB2
- #C1CCC5
- #D6DDD8
- #EAEEEB
- #FFFFFF
Channel shares
Color schemes
Turned in OKLCH rather than HSL, so every member keeps the lightness and chroma of the original instead of one of them arriving washed out.
Complementary
- #33553F
- #5F4158
Triadic
- #33553F
- #434A6A
- #664138
Analogous
- #33553F
- #245650
- #455130
Monochromatic
- #000100
- #001608
- #133521
- #33553F
- #547760
- #779B83
- #9CC1A7
#33553f on black and on white
The quick brown fox jumps over the lazy dog. 2.51:1
The quick brown fox jumps over the lazy dog. 8.36:1
Body text needs 4.5:1 to meet AA and large text needs 3:1, so a ratio tells you which of the two backgrounds this color can be read on, and at what size.
CSS for #33553f
color: #33553f;
background-color: #33553f;
border: 3px solid #33553f;
box-shadow: 1px 1px 3px 2px #33553f;
text-shadow: 4px 4px 2px rgba(51, 85, 63, 0.8);
/* Perceptually even, and what a modern stylesheet wants */
color: oklch(41.6% 0.054 154.9);The OKLCH form is the same color stated so that lightening or darkening it moves by an amount the eye agrees with. Every current browser understands it.
Contrast and readability
Hunter green on white measures 8.36:1 and on black 2.51:1. WCAG AA asks for 4.5:1 on normal text and 3:1 on large text and UI components, so the higher of those two decides which background it belongs on. In the scale above, 500 is the first to clear 4.5:1 on white, at 5.14:1.
The contrast checker reports every level for a given pair and suggests the nearest passing shade on the same hue. The color picker builds this same scale from any color you paste in.
Related colors: green, lime green, mint, olive, emerald. See every shade on the colors index.
No hunter green palettes yet
Run npm run generate to build the dataset.