#2C4216
A very dark, moderate green closely aligning with Darkolivegreen.
About #2C4216
The hex code #2C4216 represents a beautifully specific shade of 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 44, 66, and 22.
If you are designing for print, the four-color process is what matters most. The color uses 33% Cyan, 0% Magenta, 67% Yellow, and 74% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C4216
RGB44, 66, 22
HSL90.0°, 50.0%, 17.3%
CMYK33%, 0%, 67%, 74%
HSV90.0°, 66.7%, 25.9%
LAB25.2, -17.4, 23.6
XYZ3.1, 4.5, 1.5
Decimal2900502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.06:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.58:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C4216;
}
.text-color {
color: #2C4216;
}
.border-color {
border: 2px solid #2C4216;
}