Shades of Dark Green #0D1813
Tints of Dark Green #0D1813
RGB
CMYK
RGB Variations
Color information
#0D1813 (or 0x0D1813) is known color: Dark Green. HEX triplet: 0D, 18 and 13. RGB value is (13,24,19). Sum of RGB (Red+Green+Blue) = 13+24+19=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1813 is #F2E7EC. Grayscale: #141414. Windows color (decimal): -15919085 or 1251341. OLE color: 1251341.
HSL color Cylindrical-coordinate representation of color #0D1813: hue angle of 152.73º 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 #0D1813 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 24 | 19 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.91 |
| HSL | 152.73º | 0.3% | 0.07% | - |
| HSV(B) | 152.73º | 0.46% | 0.09% | - |
| XYZ | 0.61 | 0.79 | 0.74 | - |
| YUV | 20.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 19 | 0.46 | 0 | 0.21 | 0.91 | 152.73 | 0.3 | 0.07 |
| Hex | D | 18 | 13 | 2E | 0 | 15 | 5B | 99 | 1E | 7 |
| Octal | 15 | 30 | 23 | 56 | 0 | 25 | 133 | 231 | 36 | 7 |
| Binary | 1101 | 11000 | 10011 | 101110 | 0 | 10101 | 1011011 | 10011001 | 11110 | 111 |
Color Harmonies of #0D1813
Complementary color
Monochromatic Colors of #0D1813
Black with #0D1813
Text Example
Text Example
White with #0D1813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1813; }
p { color: rgb(13,24,19); }
H1.HeaderClassName
{
color: #0D1813;
}
.AnyTagClassName
{
color: #0D1813;
}
</style>
background-color css
<style>
a { background-color: #0D1813; }
a { background-color: rgb(13,24,19); }
div.DivClassName
{
background-color: #0D1813;
}
.BgClassName
{
background-color: #0D1813;
}
</style>
border-color css
<style>
span { border-color: #0D1813; }
span { border-color: rgb(13,24,19); }
td.TdClassName
{
border-color: #0D1813;
}
.TagClassName
{
border-color: #0D1813;
}
</style>