#427C24
A dark, moderate green closely aligning with Darkgreen.
About #427C24
At its core, #427C24 is a dark and moderate hue. Designers often compare it to the standard color Darkgreen. This translates to an RGB value of rgb(66, 124, 36).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 47% C, 0% M, 71% Y, and 51% K. The HSL representation is 99.5° hue, 55.0% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#427C24
RGB66, 124, 36
HSL99.5°, 55.0%, 31.4%
CMYK47%, 0%, 71%, 51%
HSV99.5°, 71.0%, 48.6%
LAB46.6, -35.5, 40.4
XYZ9.8, 15.7, 4.2
Decimal4357156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #427C24;
}
.text-color {
color: #427C24;
}
.border-color {
border: 2px solid #427C24;
}