#3A9207
A dark, vivid green closely aligning with Green.
About #3A9207
At its core, #3A9207 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Green. This translates to an RGB value of rgb(58, 146, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 60% C, 0% M, 95% Y, and 43% K. The HSL representation is 98.0° hue, 90.8% saturation, and 30.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A9207
RGB58, 146, 7
HSL98.0°, 90.8%, 30.0%
CMYK60%, 0%, 95%, 43%
HSV98.0°, 95.2%, 57.3%
LAB53.5, -48.1, 54.9
XYZ12.1, 21.5, 3.7
Decimal3838471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A9207;
}
.text-color {
color: #3A9207;
}
.border-color {
border: 2px solid #3A9207;
}