#245F16
A dark, moderate green closely aligning with Darkgreen.
About #245F16
When working with digital screens, the color #245F16 is rendered by mixing light. Its closest recognized web color is Darkgreen. This translates to an RGB value of rgb(36, 95, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 62% cyan, 0% magenta, 77% yellow, and 63% black. The HSL representation is 108.5° hue, 62.4% saturation, and 22.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#245F16
RGB36, 95, 22
HSL108.5°, 62.4%, 22.9%
CMYK62%, 0%, 77%, 63%
HSV108.5°, 76.8%, 37.3%
LAB35.2, -33.9, 34.2
XYZ5.0, 8.6, 2.2
Decimal2383638
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.71:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.37:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245F16;
}
.text-color {
color: #245F16;
}
.border-color {
border: 2px solid #245F16;
}