Shades of Dark Green #0D1211
Tints of Dark Green #0D1211
RGB
CMYK
RGB Variations
Color information
#0D1211 (or 0x0D1211) is known color: Dark Green. HEX triplet: 0D, 12 and 11. RGB value is (13,18,17). Sum of RGB (Red+Green+Blue) = 13+18+17=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 18 - color contains mainly: green. Hex color #0D1211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1211 is #F2EDEE. Grayscale: #101010. Windows color (decimal): -15920623 or 1118733. OLE color: 1118733.
HSL color Cylindrical-coordinate representation of color #0D1211: hue angle of 168º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0D1211 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 18 | 17 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.93 |
| HSL | 168º | 0.16% | 0.06% | - |
| HSV(B) | 168º | 0.28% | 0.07% | - |
| XYZ | 0.48 | 0.56 | 0.61 | - |
| YUV | 16.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 17 | 0.28 | 0 | 0.06 | 0.93 | 168 | 0.16 | 0.06 |
| Hex | D | 12 | 11 | 1C | 0 | 6 | 5D | A8 | 10 | 6 |
| Octal | 15 | 22 | 21 | 34 | 0 | 6 | 135 | 250 | 20 | 6 |
| Binary | 1101 | 10010 | 10001 | 11100 | 0 | 110 | 1011101 | 10101000 | 10000 | 110 |
Color Harmonies of #0D1211
Complementary color
Monochromatic Colors of #0D1211
Black with #0D1211
Text Example
Text Example
White with #0D1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1211; }
p { color: rgb(13,18,17); }
H1.HeaderClassName
{
color: #0D1211;
}
.AnyTagClassName
{
color: #0D1211;
}
</style>
background-color css
<style>
a { background-color: #0D1211; }
a { background-color: rgb(13,18,17); }
div.DivClassName
{
background-color: #0D1211;
}
.BgClassName
{
background-color: #0D1211;
}
</style>
border-color css
<style>
span { border-color: #0D1211; }
span { border-color: rgb(13,18,17); }
td.TdClassName
{
border-color: #0D1211;
}
.TagClassName
{
border-color: #0D1211;
}
</style>