#3A7C1D
A dark, moderate green closely aligning with Darkgreen.
About #3A7C1D
When working with digital screens, the color #3A7C1D is rendered by mixing light. Its closest recognized web color is Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 124, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 53% Cyan, 0% Magenta, 77% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A7C1D
RGB58, 124, 29
HSL101.7°, 62.1%, 30.0%
CMYK53%, 0%, 77%, 51%
HSV101.7°, 76.6%, 48.6%
LAB46.2, -38.7, 42.7
XYZ9.2, 15.4, 3.7
Decimal3832861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7C1D;
}
.text-color {
color: #3A7C1D;
}
.border-color {
border: 2px solid #3A7C1D;
}