#2C5033
A dark, muted green closely aligning with Darkslategray.
About #2C5033
When working with digital screens, the color #2C5033 is rendered by mixing light. It is closely associated with the named CSS color Darkslategray. In the RGB color space, it consists of 44 red, 80 green, and 51 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 45% C, 0% M, 36% Y, and 69% K. The HSL representation is 131.7° hue, 29.0% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C5033
RGB44, 80, 51
HSL131.7°, 29.0%, 24.3%
CMYK45%, 0%, 36%, 69%
HSV131.7°, 45.0%, 31.4%
LAB30.7, -20.2, 13.1
XYZ4.5, 6.5, 4.2
Decimal2904115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.12:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.72:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5033;
}
.text-color {
color: #2C5033;
}
.border-color {
border: 2px solid #2C5033;
}