Shades of Dark Green #0D201D
Tints of Dark Green #0D201D
RGB
CMYK
RGB Variations
Color information
#0D201D (or 0x0D201D) is known color: Dark Green. HEX triplet: 0D, 20 and 1D. RGB value is (13,32,29). Sum of RGB (Red+Green+Blue) = 13+32+29=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #0D201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D201D is #F2DFE2. Grayscale: #191919. Windows color (decimal): -15917027 or 1908749. OLE color: 1908749.
HSL color Cylindrical-coordinate representation of color #0D201D: hue angle of 170.53º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D201D is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 32 | 29 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.87 |
| HSL | 170.53º | 0.42% | 0.09% | - |
| HSV(B) | 170.53º | 0.59% | 0.13% | - |
| XYZ | 0.9 | 1.21 | 1.35 | - |
| YUV | 25.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 29 | 0.59 | 0 | 0.09 | 0.87 | 170.53 | 0.42 | 0.09 |
| Hex | D | 20 | 1D | 3B | 0 | 9 | 57 | AB | 2A | 9 |
| Octal | 15 | 40 | 35 | 73 | 0 | 11 | 127 | 253 | 52 | 11 |
| Binary | 1101 | 100000 | 11101 | 111011 | 0 | 1001 | 1010111 | 10101011 | 101010 | 1001 |
Color Harmonies of #0D201D
Complementary color
Monochromatic Colors of #0D201D
Black with #0D201D
Text Example
Text Example
White with #0D201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D201D; }
p { color: rgb(13,32,29); }
H1.HeaderClassName
{
color: #0D201D;
}
.AnyTagClassName
{
color: #0D201D;
}
</style>
background-color css
<style>
a { background-color: #0D201D; }
a { background-color: rgb(13,32,29); }
div.DivClassName
{
background-color: #0D201D;
}
.BgClassName
{
background-color: #0D201D;
}
</style>
border-color css
<style>
span { border-color: #0D201D; }
span { border-color: rgb(13,32,29); }
td.TdClassName
{
border-color: #0D201D;
}
.TagClassName
{
border-color: #0D201D;
}
</style>