#0F4900
A very dark, vivid green closely aligning with Darkgreen.
About #0F4900
The precise color #0F4900 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. This translates to an RGB value of rgb(15, 73, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 79% cyan, 0% magenta, 100% yellow, and 71% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F4900
RGB15, 73, 0
HSL107.7°, 100.0%, 14.3%
CMYK79%, 0%, 100%, 71%
HSV107.7°, 100.0%, 28.6%
LAB26.4, -32.3, 33.9
XYZ2.6, 4.9, 0.8
Decimal1001728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.64:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.17:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F4900;
}
.text-color {
color: #0F4900;
}
.border-color {
border: 2px solid #0F4900;
}