Shades of Dark Green #0D1411
Tints of Dark Green #0D1411
RGB
CMYK
RGB Variations
Color information
#0D1411 (or 0x0D1411) is known color: Dark Green. HEX triplet: 0D, 14 and 11. RGB value is (13,20,17). Sum of RGB (Red+Green+Blue) = 13+20+17=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 20 - color contains mainly: green. Hex color #0D1411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1411 is #F2EBEE. Grayscale: #111111. Windows color (decimal): -15920111 or 1119245. OLE color: 1119245.
HSL color Cylindrical-coordinate representation of color #0D1411: hue angle of 154.29º 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 #0D1411 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 20 | 17 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.92 |
| HSL | 154.29º | 0.21% | 0.06% | - |
| HSV(B) | 154.29º | 0.35% | 0.08% | - |
| XYZ | 0.52 | 0.63 | 0.62 | - |
| YUV | 17.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 17 | 0.35 | 0 | 0.15 | 0.92 | 154.29 | 0.21 | 0.06 |
| Hex | D | 14 | 11 | 23 | 0 | F | 5C | 9A | 15 | 6 |
| Octal | 15 | 24 | 21 | 43 | 0 | 17 | 134 | 232 | 25 | 6 |
| Binary | 1101 | 10100 | 10001 | 100011 | 0 | 1111 | 1011100 | 10011010 | 10101 | 110 |
Color Harmonies of #0D1411
Complementary color
Monochromatic Colors of #0D1411
Black with #0D1411
Text Example
Text Example
White with #0D1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1411; }
p { color: rgb(13,20,17); }
H1.HeaderClassName
{
color: #0D1411;
}
.AnyTagClassName
{
color: #0D1411;
}
</style>
background-color css
<style>
a { background-color: #0D1411; }
a { background-color: rgb(13,20,17); }
div.DivClassName
{
background-color: #0D1411;
}
.BgClassName
{
background-color: #0D1411;
}
</style>
border-color css
<style>
span { border-color: #0D1411; }
span { border-color: rgb(13,20,17); }
td.TdClassName
{
border-color: #0D1411;
}
.TagClassName
{
border-color: #0D1411;
}
</style>