#2C8A24
A dark, moderate green closely aligning with Forestgreen.
About #2C8A24
Visually, #2C8A24 is defined as a moderate green. Designers often compare it to the standard color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 138, and 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C8A24
RGB44, 138, 36
HSL115.3°, 58.6%, 34.1%
CMYK68%, 0%, 74%, 46%
HSV115.3°, 73.9%, 54.1%
LAB50.5, -47.1, 44.2
XYZ10.4, 18.8, 4.8
Decimal2918948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C8A24;
}
.text-color {
color: #2C8A24;
}
.border-color {
border: 2px solid #2C8A24;
}