#3A8A07
A dark, vivid green closely aligning with Green.
About #3A8A07
Visually, #3A8A07 is defined as a vivid green. Its closest recognized web color is Green. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 138, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 58% C, 0% M, 95% Y, and 46% K. With a hue angle of 96.6 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A8A07
RGB58, 138, 7
HSL96.6°, 90.3%, 28.4%
CMYK58%, 0%, 95%, 46%
HSV96.6°, 94.9%, 54.1%
LAB50.8, -45.2, 52.7
XYZ10.9, 19.1, 3.3
Decimal3836423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8A07;
}
.text-color {
color: #3A8A07;
}
.border-color {
border: 2px solid #3A8A07;
}