Shades of Dark Green #0D2116
Tints of Dark Green #0D2116
RGB
CMYK
RGB Variations
Color information
#0D2116 (or 0x0D2116) is known color: Dark Green. HEX triplet: 0D, 21 and 16. RGB value is (13,33,22). Sum of RGB (Red+Green+Blue) = 13+33+22=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2116 is #F2DEE9. Grayscale: #191919. Windows color (decimal): -15916778 or 1450253. OLE color: 1450253.
HSL color Cylindrical-coordinate representation of color #0D2116: hue angle of 147º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D2116 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 22 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.87 |
| HSL | 147º | 0.43% | 0.09% | - |
| HSV(B) | 147º | 0.61% | 0.13% | - |
| XYZ | 0.85 | 1.23 | 0.95 | - |
| YUV | 25.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 22 | 0.61 | 0 | 0.33 | 0.87 | 147 | 0.43 | 0.09 |
| Hex | D | 21 | 16 | 3D | 0 | 21 | 57 | 93 | 2B | 9 |
| Octal | 15 | 41 | 26 | 75 | 0 | 41 | 127 | 223 | 53 | 11 |
| Binary | 1101 | 100001 | 10110 | 111101 | 0 | 100001 | 1010111 | 10010011 | 101011 | 1001 |
Color Harmonies of #0D2116
Complementary color
Monochromatic Colors of #0D2116
Black with #0D2116
Text Example
Text Example
White with #0D2116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2116; }
p { color: rgb(13,33,22); }
H1.HeaderClassName
{
color: #0D2116;
}
.AnyTagClassName
{
color: #0D2116;
}
</style>
background-color css
<style>
a { background-color: #0D2116; }
a { background-color: rgb(13,33,22); }
div.DivClassName
{
background-color: #0D2116;
}
.BgClassName
{
background-color: #0D2116;
}
</style>
border-color css
<style>
span { border-color: #0D2116; }
span { border-color: rgb(13,33,22); }
td.TdClassName
{
border-color: #0D2116;
}
.TagClassName
{
border-color: #0D2116;
}
</style>