#3A5F00
A very dark, vivid green closely aligning with Darkgreen.
About #3A5F00
The precise color #3A5F00 is an excellent choice for modern design projects. Its closest recognized web color is Darkgreen. In the RGB color space, it consists of 58 red, 95 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 39% Cyan, 0% Magenta, 100% Yellow, and 63% Black. With a hue angle of 83.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A5F00
RGB58, 95, 0
HSL83.4°, 100.0%, 18.6%
CMYK39%, 0%, 100%, 63%
HSV83.4°, 100.0%, 37.3%
LAB36.1, -27.5, 42.5
XYZ5.8, 9.1, 1.4
Decimal3825408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.46:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.13:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5F00;
}
.text-color {
color: #3A5F00;
}
.border-color {
border: 2px solid #3A5F00;
}