#2C755F
A dark, moderate green closely aligning with Teal.
About #2C755F
Visually, #2C755F is defined as a moderate green. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(44, 117, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 62% C, 0% M, 19% Y, and 54% K. The HSL representation is 161.9° hue, 45.3% saturation, and 31.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C755F
RGB44, 117, 95
HSL161.9°, 45.3%, 31.6%
CMYK62%, 0%, 19%, 54%
HSV161.9°, 62.4%, 45.9%
LAB44.4, -28.4, 5.5
XYZ9.5, 14.1, 13.0
Decimal2913631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C755F;
}
.text-color {
color: #2C755F;
}
.border-color {
border: 2px solid #2C755F;
}