#3A750F
A dark, vivid green closely aligning with Darkgreen.
About #3A750F
Visually, #3A750F is defined as a vivid green. It is closely associated with the named CSS color Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 117, and 15.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A750F
RGB58, 117, 15
HSL94.7°, 77.3%, 25.9%
CMYK50%, 0%, 87%, 54%
HSV94.7°, 87.2%, 45.9%
LAB43.7, -36.6, 45.0
XYZ8.2, 13.7, 2.7
Decimal3831055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.63:1
Text on #FFFFFF
AA
3.73:1
Text on #000000
AA Large
5.38:1
Text on #F8FAFC
AA
3.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A750F;
}
.text-color {
color: #3A750F;
}
.border-color {
border: 2px solid #3A750F;
}