Shades of Dark Green #0D1914
Tints of Dark Green #0D1914
RGB
CMYK
RGB Variations
Color information
#0D1914 (or 0x0D1914) is known color: Dark Green. HEX triplet: 0D, 19 and 14. RGB value is (13,25,20). Sum of RGB (Red+Green+Blue) = 13+25+20=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1914 is #F2E6EB. Grayscale: #141414. Windows color (decimal): -15918828 or 1317133. OLE color: 1317133.
HSL color Cylindrical-coordinate representation of color #0D1914: hue angle of 155º 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 #0D1914 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 25 | 20 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.90 |
| HSL | 155º | 0.32% | 0.07% | - |
| HSV(B) | 155º | 0.48% | 0.1% | - |
| XYZ | 0.64 | 0.83 | 0.79 | - |
| YUV | 20.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 20 | 0.48 | 0 | 0.20 | 0.90 | 155 | 0.32 | 0.07 |
| Hex | D | 19 | 14 | 30 | 0 | 14 | 5A | 9B | 20 | 7 |
| Octal | 15 | 31 | 24 | 60 | 0 | 24 | 132 | 233 | 40 | 7 |
| Binary | 1101 | 11001 | 10100 | 110000 | 0 | 10100 | 1011010 | 10011011 | 100000 | 111 |
Color Harmonies of #0D1914
Complementary color
Monochromatic Colors of #0D1914
Black with #0D1914
Text Example
Text Example
White with #0D1914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1914; }
p { color: rgb(13,25,20); }
H1.HeaderClassName
{
color: #0D1914;
}
.AnyTagClassName
{
color: #0D1914;
}
</style>
background-color css
<style>
a { background-color: #0D1914; }
a { background-color: rgb(13,25,20); }
div.DivClassName
{
background-color: #0D1914;
}
.BgClassName
{
background-color: #0D1914;
}
</style>
border-color css
<style>
span { border-color: #0D1914; }
span { border-color: rgb(13,25,20); }
td.TdClassName
{
border-color: #0D1914;
}
.TagClassName
{
border-color: #0D1914;
}
</style>