#2C420F
A very dark, moderate green closely aligning with Darkolivegreen.
About #2C420F
The hex code #2C420F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 44 red, 66 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 33% cyan, 0% magenta, 77% yellow, and 74% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C420F
RGB44, 66, 15
HSL85.9°, 63.0%, 15.9%
CMYK33%, 0%, 77%, 74%
HSV85.9°, 77.3%, 25.9%
LAB25.2, -18.1, 27.1
XYZ3.1, 4.5, 1.2
Decimal2900495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.09:1
Text on #FFFFFF
AAA
1.89:1
Text on #000000
FAIL
10.60:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C420F;
}
.text-color {
color: #2C420F;
}
.border-color {
border: 2px solid #2C420F;
}