#2C836D
A dark, moderate green closely aligning with Teal.
About #2C836D
When working with digital screens, the color #2C836D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Teal. In the RGB color space, it consists of 44 red, 131 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 66% cyan, 0% magenta, 17% yellow, and 49% black. With a hue angle of 164.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C836D
RGB44, 131, 109
HSL164.8°, 49.7%, 34.3%
CMYK66%, 0%, 17%, 49%
HSV164.8°, 66.4%, 51.4%
LAB49.3, -31.4, 4.4
XYZ11.9, 17.9, 17.3
Decimal2917229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.59:1
Text on #FFFFFF
AA
4.57:1
Text on #000000
AA
4.39:1
Text on #F8FAFC
AA Large
3.89:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C836D;
}
.text-color {
color: #2C836D;
}
.border-color {
border: 2px solid #2C836D;
}