Shades of Dark Green #0D1913
Tints of Dark Green #0D1913
RGB
CMYK
RGB Variations
Color information
#0D1913 (or 0x0D1913) is known color: Dark Green. HEX triplet: 0D, 19 and 13. RGB value is (13,25,19). Sum of RGB (Red+Green+Blue) = 13+25+19=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1913 is #F2E6EC. Grayscale: #141414. Windows color (decimal): -15918829 or 1251597. OLE color: 1251597.
HSL color Cylindrical-coordinate representation of color #0D1913: hue angle of 150º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1913 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 25 | 19 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.90 |
| HSL | 150º | 0.32% | 0.07% | - |
| HSV(B) | 150º | 0.48% | 0.1% | - |
| XYZ | 0.63 | 0.83 | 0.74 | - |
| YUV | 20.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 19 | 0.48 | 0 | 0.24 | 0.90 | 150 | 0.32 | 0.07 |
| Hex | D | 19 | 13 | 30 | 0 | 18 | 5A | 96 | 20 | 7 |
| Octal | 15 | 31 | 23 | 60 | 0 | 30 | 132 | 226 | 40 | 7 |
| Binary | 1101 | 11001 | 10011 | 110000 | 0 | 11000 | 1011010 | 10010110 | 100000 | 111 |
Color Harmonies of #0D1913
Complementary color
Monochromatic Colors of #0D1913
Black with #0D1913
Text Example
Text Example
White with #0D1913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1913; }
p { color: rgb(13,25,19); }
H1.HeaderClassName
{
color: #0D1913;
}
.AnyTagClassName
{
color: #0D1913;
}
</style>
background-color css
<style>
a { background-color: #0D1913; }
a { background-color: rgb(13,25,19); }
div.DivClassName
{
background-color: #0D1913;
}
.BgClassName
{
background-color: #0D1913;
}
</style>
border-color css
<style>
span { border-color: #0D1913; }
span { border-color: rgb(13,25,19); }
td.TdClassName
{
border-color: #0D1913;
}
.TagClassName
{
border-color: #0D1913;
}
</style>