#3A920F
A dark, vivid green closely aligning with Green.
About #3A920F
At its core, #3A920F is a dark and vivid hue. It is closely associated with the named CSS color Green. In the RGB color space, it consists of 58 red, 146 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 60% C, 0% M, 90% Y, and 43% K. The HSL representation is 100.3° hue, 81.4% saturation, and 31.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A920F
RGB58, 146, 15
HSL100.3°, 81.4%, 31.6%
CMYK60%, 0%, 90%, 43%
HSV100.3°, 89.7%, 57.3%
LAB53.5, -47.9, 53.5
XYZ12.1, 21.5, 4.0
Decimal3838479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30: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: #3A920F;
}
.text-color {
color: #3A920F;
}
.border-color {
border: 2px solid #3A920F;
}