Shades of Dark Green #0D1816
Tints of Dark Green #0D1816
RGB
CMYK
RGB Variations
Color information
#0D1816 (or 0x0D1816) is known color: Dark Green. HEX triplet: 0D, 18 and 16. RGB value is (13,24,22). Sum of RGB (Red+Green+Blue) = 13+24+22=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1816 is #F2E7E9. Grayscale: #141414. Windows color (decimal): -15919082 or 1447949. OLE color: 1447949.
HSL color Cylindrical-coordinate representation of color #0D1816: hue angle of 169.09º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D1816 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 24 | 22 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.91 |
| HSL | 169.09º | 0.3% | 0.07% | - |
| HSV(B) | 169.09º | 0.46% | 0.09% | - |
| XYZ | 0.64 | 0.8 | 0.88 | - |
| YUV | 20.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 22 | 0.46 | 0 | 0.08 | 0.91 | 169.09 | 0.3 | 0.07 |
| Hex | D | 18 | 16 | 2E | 0 | 8 | 5B | A9 | 1E | 7 |
| Octal | 15 | 30 | 26 | 56 | 0 | 10 | 133 | 251 | 36 | 7 |
| Binary | 1101 | 11000 | 10110 | 101110 | 0 | 1000 | 1011011 | 10101001 | 11110 | 111 |
Color Harmonies of #0D1816
Complementary color
Monochromatic Colors of #0D1816
Black with #0D1816
Text Example
Text Example
White with #0D1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1816; }
p { color: rgb(13,24,22); }
H1.HeaderClassName
{
color: #0D1816;
}
.AnyTagClassName
{
color: #0D1816;
}
</style>
background-color css
<style>
a { background-color: #0D1816; }
a { background-color: rgb(13,24,22); }
div.DivClassName
{
background-color: #0D1816;
}
.BgClassName
{
background-color: #0D1816;
}
</style>
border-color css
<style>
span { border-color: #0D1816; }
span { border-color: rgb(13,24,22); }
td.TdClassName
{
border-color: #0D1816;
}
.TagClassName
{
border-color: #0D1816;
}
</style>