#3A993A
A medium, moderate green closely aligning with Forestgreen.
About #3A993A
Visually, #3A993A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(58, 153, 58).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. The HSL representation is 120.0° hue, 45.0% saturation, and 41.4% lightness.
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#3A993A
RGB58, 153, 58
HSL120.0°, 45.0%, 41.4%
CMYK62%, 0%, 62%, 40%
HSV120.0°, 62.1%, 60.0%
LAB56.1, -47.2, 40.8
XYZ13.9, 24.0, 7.9
Decimal3840314
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.80:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A993A;
}
.text-color {
color: #3A993A;
}
.border-color {
border: 2px solid #3A993A;
}