#3A9224
A dark, moderate green closely aligning with Forestgreen.
About #3A9224
At its core, #3A9224 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 58 red, 146 green, and 36 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 60% Cyan, 0% Magenta, 75% Yellow, and 43% Black. With a hue angle of 108.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A9224
RGB58, 146, 36
HSL108.0°, 60.4%, 35.7%
CMYK60%, 0%, 75%, 43%
HSV108.0°, 75.3%, 57.3%
LAB53.6, -46.7, 47.5
XYZ12.3, 21.6, 5.2
Decimal3838500
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A9224;
}
.text-color {
color: #3A9224;
}
.border-color {
border: 2px solid #3A9224;
}