#33500F
A very dark, moderate green closely aligning with Darkolivegreen.
About #33500F
At its core, #33500F is a very dark and moderate hue. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(51, 80, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 36% C, 0% M, 81% Y, and 69% K. With a hue angle of 86.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33500F
RGB51, 80, 15
HSL86.8°, 68.4%, 18.6%
CMYK36%, 0%, 81%, 69%
HSV86.8°, 81.2%, 31.4%
LAB30.6, -22.3, 32.6
XYZ4.3, 6.5, 1.5
Decimal3362831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.15:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.75:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33500F;
}
.text-color {
color: #33500F;
}
.border-color {
border: 2px solid #33500F;
}