#427516
A dark, moderate green closely aligning with Darkgreen.
About #427516
The precise color #427516 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 66 red, 117 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 44% C, 0% M, 81% Y, and 54% K. With a hue angle of 92.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#427516
RGB66, 117, 22
HSL92.2°, 68.3%, 27.3%
CMYK44%, 0%, 81%, 54%
HSV92.2°, 81.2%, 45.9%
LAB44.1, -33.5, 43.4
XYZ8.8, 13.9, 3.0
Decimal4355350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #427516;
}
.text-color {
color: #427516;
}
.border-color {
border: 2px solid #427516;
}