Shades of Dark Green #0D1614
Tints of Dark Green #0D1614
RGB
CMYK
RGB Variations
Color information
#0D1614 (or 0x0D1614) is known color: Dark Green. HEX triplet: 0D, 16 and 14. RGB value is (13,22,20). Sum of RGB (Red+Green+Blue) = 13+22+20=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1614 is #F2E9EB. Grayscale: #131313. Windows color (decimal): -15919596 or 1316365. OLE color: 1316365.
HSL color Cylindrical-coordinate representation of color #0D1614: hue angle of 166.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0D1614 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 22 | 20 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.91 |
| HSL | 166.67º | 0.26% | 0.07% | - |
| HSV(B) | 166.67º | 0.41% | 0.09% | - |
| XYZ | 0.58 | 0.71 | 0.77 | - |
| YUV | 19.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 20 | 0.41 | 0 | 0.09 | 0.91 | 166.67 | 0.26 | 0.07 |
| Hex | D | 16 | 14 | 29 | 0 | 9 | 5B | A7 | 1A | 7 |
| Octal | 15 | 26 | 24 | 51 | 0 | 11 | 133 | 247 | 32 | 7 |
| Binary | 1101 | 10110 | 10100 | 101001 | 0 | 1001 | 1011011 | 10100111 | 11010 | 111 |
Color Harmonies of #0D1614
Complementary color
Monochromatic Colors of #0D1614
Black with #0D1614
Text Example
Text Example
White with #0D1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1614; }
p { color: rgb(13,22,20); }
H1.HeaderClassName
{
color: #0D1614;
}
.AnyTagClassName
{
color: #0D1614;
}
</style>
background-color css
<style>
a { background-color: #0D1614; }
a { background-color: rgb(13,22,20); }
div.DivClassName
{
background-color: #0D1614;
}
.BgClassName
{
background-color: #0D1614;
}
</style>
border-color css
<style>
span { border-color: #0D1614; }
span { border-color: rgb(13,22,20); }
td.TdClassName
{
border-color: #0D1614;
}
.TagClassName
{
border-color: #0D1614;
}
</style>