#2C4233
A dark, muted green closely aligning with Darkslategray.
About #2C4233
When working with digital screens, the color #2C4233 is rendered by mixing light. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 44 red, 66 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. With a hue angle of 139.1 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C4233
RGB44, 66, 51
HSL139.1°, 20.0%, 21.6%
CMYK33%, 0%, 23%, 74%
HSV139.1°, 33.3%, 25.9%
LAB25.8, -12.4, 6.4
XYZ3.6, 4.7, 3.8
Decimal2900531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.86:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.38:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C4233;
}
.text-color {
color: #2C4233;
}
.border-color {
border: 2px solid #2C4233;
}