#3A7C07
A dark, vivid green closely aligning with Forestgreen.
About #3A7C07
When working with digital screens, the color #3A7C07 is rendered by mixing light. Designers often compare it to the standard color Forestgreen. This translates to an RGB value of rgb(58, 124, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 53% cyan, 0% magenta, 94% yellow, and 51% black. The HSL representation is 93.8° hue, 89.3% saturation, and 25.7% lightness.
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#3A7C07
RGB58, 124, 7
HSL93.8°, 89.3%, 25.7%
CMYK53%, 0%, 94%, 51%
HSV93.8°, 94.4%, 48.6%
LAB46.1, -39.8, 48.8
XYZ9.0, 15.3, 2.7
Decimal3832839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.16:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A7C07;
}
.text-color {
color: #3A7C07;
}
.border-color {
border: 2px solid #3A7C07;
}