#2C421D
A very dark, moderate green closely aligning with Darkolivegreen.
About #2C421D
The hex code #2C421D represents a beautifully specific shade of green. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 44 red, 66 green, and 29 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 33% Cyan, 0% Magenta, 56% Yellow, and 74% Black. With a hue angle of 95.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C421D
RGB44, 66, 29
HSL95.7°, 38.9%, 18.6%
CMYK33%, 0%, 56%, 74%
HSV95.7°, 56.1%, 25.9%
LAB25.3, -16.5, 19.7
XYZ3.2, 4.5, 1.9
Decimal2900509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.03:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.54:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C421D;
}
.text-color {
color: #2C421D;
}
.border-color {
border: 2px solid #2C421D;
}