#33502C
A dark, muted green closely aligning with Darkolivegreen.
About #33502C
The precise color #33502C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 80, and 44.
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, 45% Y, and 69% K. With a hue angle of 108.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33502C
RGB51, 80, 44
HSL108.3°, 29.0%, 24.3%
CMYK36%, 0%, 45%, 69%
HSV108.3°, 45.0%, 31.4%
LAB30.9, -18.9, 17.9
XYZ4.7, 6.6, 3.4
Decimal3362860
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.03:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.63:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33502C;
}
.text-color {
color: #33502C;
}
.border-color {
border: 2px solid #33502C;
}