#42571D
A dark, moderate green closely aligning with Darkolivegreen.
About #42571D
Visually, #42571D is defined as a moderate green. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 87, and 29.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 24% C, 0% M, 67% Y, and 66% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42571D
RGB66, 87, 29
HSL81.7°, 50.0%, 22.7%
CMYK24%, 0%, 67%, 66%
HSV81.7°, 66.7%, 34.1%
LAB34.1, -18.3, 30.3
XYZ5.9, 8.1, 2.4
Decimal4347677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.04:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.68:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #42571D;
}
.text-color {
color: #42571D;
}
.border-color {
border: 2px solid #42571D;
}