#2C923A
A dark, moderate green closely aligning with Forestgreen.
About #2C923A
When working with digital screens, the color #2C923A is rendered by mixing light. It is closely associated with the named CSS color Forestgreen. Its digital footprint relies on 44 parts red, 146 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 70% cyan, 0% magenta, 60% yellow, and 43% black. The HSL representation is 128.2° hue, 53.7% saturation, and 37.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C923A
RGB44, 146, 58
HSL128.2°, 53.7%, 37.3%
CMYK70%, 0%, 60%, 43%
HSV128.2°, 69.9%, 57.3%
LAB53.4, -47.7, 37.7
XYZ12.1, 21.4, 7.5
Decimal2921018
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C923A;
}
.text-color {
color: #2C923A;
}
.border-color {
border: 2px solid #2C923A;
}