Shades of Dark Green #0D1410
Tints of Dark Green #0D1410
RGB
CMYK
RGB Variations
Color information
#0D1410 (or 0x0D1410) is known color: Dark Green. HEX triplet: 0D, 14 and 10. RGB value is (13,20,16). Sum of RGB (Red+Green+Blue) = 13+20+16=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1410 is #F2EBEF. Grayscale: #111111. Windows color (decimal): -15920112 or 1053709. OLE color: 1053709.
HSL color Cylindrical-coordinate representation of color #0D1410: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D1410 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 20 | 16 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.92 |
| HSL | 145.71º | 0.21% | 0.06% | - |
| HSV(B) | 145.71º | 0.35% | 0.08% | - |
| XYZ | 0.51 | 0.62 | 0.58 | - |
| YUV | 17.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 16 | 0.35 | 0 | 0.20 | 0.92 | 145.71 | 0.21 | 0.06 |
| Hex | D | 14 | 10 | 23 | 0 | 14 | 5C | 92 | 15 | 6 |
| Octal | 15 | 24 | 20 | 43 | 0 | 24 | 134 | 222 | 25 | 6 |
| Binary | 1101 | 10100 | 10000 | 100011 | 0 | 10100 | 1011100 | 10010010 | 10101 | 110 |
Color Harmonies of #0D1410
Complementary color
Monochromatic Colors of #0D1410
Black with #0D1410
Text Example
Text Example
White with #0D1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1410; }
p { color: rgb(13,20,16); }
H1.HeaderClassName
{
color: #0D1410;
}
.AnyTagClassName
{
color: #0D1410;
}
</style>
background-color css
<style>
a { background-color: #0D1410; }
a { background-color: rgb(13,20,16); }
div.DivClassName
{
background-color: #0D1410;
}
.BgClassName
{
background-color: #0D1410;
}
</style>
border-color css
<style>
span { border-color: #0D1410; }
span { border-color: rgb(13,20,16); }
td.TdClassName
{
border-color: #0D1410;
}
.TagClassName
{
border-color: #0D1410;
}
</style>