Shades of Dark Green #0E1817
Tints of Dark Green #0E1817
RGB
CMYK
RGB Variations
Color information
#0E1817 (or 0x0E1817) is known color: Dark Green. HEX triplet: 0E, 18 and 17. RGB value is (14,24,23). Sum of RGB (Red+Green+Blue) = 14+24+23=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1817 is #F1E7E8. Grayscale: #141414. Windows color (decimal): -15853545 or 1513486. OLE color: 1513486.
HSL color Cylindrical-coordinate representation of color #0E1817: hue angle of 174º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E1817 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 24 | 23 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.91 |
| HSL | 174º | 0.26% | 0.07% | - |
| HSV(B) | 174º | 0.42% | 0.09% | - |
| XYZ | 0.66 | 0.81 | 0.93 | - |
| YUV | 20.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 24 | 23 | 0.42 | 0 | 0.04 | 0.91 | 174 | 0.26 | 0.07 |
| Hex | E | 18 | 17 | 2A | 0 | 4 | 5B | AE | 1A | 7 |
| Octal | 16 | 30 | 27 | 52 | 0 | 4 | 133 | 256 | 32 | 7 |
| Binary | 1110 | 11000 | 10111 | 101010 | 0 | 100 | 1011011 | 10101110 | 11010 | 111 |
Color Harmonies of #0E1817
Complementary color
Monochromatic Colors of #0E1817
Black with #0E1817
Text Example
Text Example
White with #0E1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1817; }
p { color: rgb(14,24,23); }
H1.HeaderClassName
{
color: #0E1817;
}
.AnyTagClassName
{
color: #0E1817;
}
</style>
background-color css
<style>
a { background-color: #0E1817; }
a { background-color: rgb(14,24,23); }
div.DivClassName
{
background-color: #0E1817;
}
.BgClassName
{
background-color: #0E1817;
}
</style>
border-color css
<style>
span { border-color: #0E1817; }
span { border-color: rgb(14,24,23); }
td.TdClassName
{
border-color: #0E1817;
}
.TagClassName
{
border-color: #0E1817;
}
</style>