#245000
A very dark, vivid green closely aligning with Darkgreen.
About #245000
At its core, #245000 is a very dark and vivid hue. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(36, 80, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 55% cyan, 0% magenta, 100% yellow, and 69% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#245000
RGB36, 80, 0
HSL93.0°, 100.0%, 15.7%
CMYK55%, 0%, 100%, 69%
HSV93.0°, 100.0%, 31.4%
LAB29.7, -29.1, 37.0
XYZ3.6, 6.1, 1.0
Decimal2379776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.45:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.03:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245000;
}
.text-color {
color: #245000;
}
.border-color {
border: 2px solid #245000;
}