#3AA042
A medium, moderate green closely aligning with Forestgreen.
About #3AA042
Visually, #3AA042 is defined as a moderate green. It is closely associated with the named CSS color Forestgreen. This translates to an RGB value of rgb(58, 160, 66).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 64% C, 0% M, 59% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#3AA042
RGB58, 160, 66
HSL124.7°, 46.8%, 42.7%
CMYK64%, 0%, 59%, 37%
HSV124.7°, 63.8%, 62.7%
LAB58.4, -48.9, 39.8
XYZ15.3, 26.4, 9.5
Decimal3842114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.34:1
Text on #FFFFFF
AA Large
6.29:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA042;
}
.text-color {
color: #3AA042;
}
.border-color {
border: 2px solid #3AA042;
}