#2C993A
A dark, moderate green closely aligning with Forestgreen.
About #2C993A
When working with digital screens, the color #2C993A is rendered by mixing light. It is closely associated with the named CSS color Forestgreen. Its digital footprint relies on 44 parts red, 153 parts green, and 58 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 71% C, 0% M, 62% Y, and 40% K. With a hue angle of 127.7 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, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C993A
RGB44, 153, 58
HSL127.7°, 55.3%, 38.6%
CMYK71%, 0%, 62%, 40%
HSV127.7°, 71.2%, 60.0%
LAB55.7, -50.2, 40.3
XYZ13.2, 23.6, 7.9
Decimal2922810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.72:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C993A;
}
.text-color {
color: #2C993A;
}
.border-color {
border: 2px solid #2C993A;
}