#5F8A3A
A dark, moderate green closely aligning with Olivedrab.
About #5F8A3A
At its core, #5F8A3A is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(95, 138, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F8A3A
RGB95, 138, 58
HSL92.3°, 40.8%, 38.4%
CMYK31%, 0%, 58%, 46%
HSV92.3°, 58.0%, 54.1%
LAB52.9, -29.2, 37.6
XYZ14.6, 20.9, 7.3
Decimal6261306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8A3A;
}
.text-color {
color: #5F8A3A;
}
.border-color {
border: 2px solid #5F8A3A;
}