#2C3A2C
A dark, muted green closely aligning with Darkslategray.
About #2C3A2C
Visually, #2C3A2C is defined as a muted green. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(44, 58, 44).
Translating this color to physical media requires the CMYK color model. The color uses 24% Cyan, 0% Magenta, 24% Yellow, and 77% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C3A2C
RGB44, 58, 44
HSL120.0°, 13.7%, 20.0%
CMYK24%, 0%, 24%, 77%
HSV120.0°, 24.1%, 22.7%
LAB22.8, -9.1, 6.9
XYZ3.0, 3.7, 2.9
Decimal2898476
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.01:1
Text on #FFFFFF
AAA
1.75:1
Text on #000000
FAIL
11.48:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3A2C;
}
.text-color {
color: #2C3A2C;
}
.border-color {
border: 2px solid #2C3A2C;
}