#2C422C
A dark, muted green closely aligning with Darkslategray.
About #2C422C
When working with digital screens, the color #2C422C is rendered by mixing light. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 66, and 44.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 33% C, 0% M, 33% Y, and 74% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#2C422C
RGB44, 66, 44
HSL120.0°, 20.0%, 21.6%
CMYK33%, 0%, 33%, 74%
HSV120.0°, 33.3%, 25.9%
LAB25.6, -13.9, 10.7
XYZ3.4, 4.6, 3.1
Decimal2900524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.92:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.44:1
Text on #F8FAFC
AAA
1.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C422C;
}
.text-color {
color: #2C422C;
}
.border-color {
border: 2px solid #2C422C;
}