#3A9949
A medium, moderate green closely aligning with Forestgreen.
About #3A9949
The hex code #3A9949 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Forestgreen. Its digital footprint relies on 58 parts red, 153 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 62% cyan, 0% magenta, 52% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A9949
RGB58, 153, 73
HSL129.5°, 45.0%, 41.4%
CMYK62%, 0%, 52%, 40%
HSV129.5°, 62.1%, 60.0%
LAB56.3, -45.3, 33.7
XYZ14.3, 24.2, 10.2
Decimal3840329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.83:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A9949;
}
.text-color {
color: #3A9949;
}
.border-color {
border: 2px solid #3A9949;
}