#3A8A16
A dark, vivid green closely aligning with Forestgreen.
About #3A8A16
The hex code #3A8A16 represents a beautifully specific shade of green. It is closely associated with the named CSS color Forestgreen. This translates to an RGB value of rgb(58, 138, 22).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 58% cyan, 0% magenta, 84% yellow, and 46% black. The HSL representation is 101.4° hue, 72.5% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A8A16
RGB58, 138, 22
HSL101.4°, 72.5%, 31.4%
CMYK58%, 0%, 84%, 46%
HSV101.4°, 84.1%, 54.1%
LAB50.8, -44.6, 49.5
XYZ11.0, 19.1, 3.9
Decimal3836438
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8A16;
}
.text-color {
color: #3A8A16;
}
.border-color {
border: 2px solid #3A8A16;
}