Shades of Dark Green #00200D
Tints of Dark Green #00200D
RGB
CMYK
RGB Variations
Color information
#00200D (or 0x00200D) is known color: Dark Green. HEX triplet: 00, 20 and 0D. RGB value is (0,32,13). Sum of RGB (Red+Green+Blue) = 0+32+13=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #00200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00200D is #FFDFF2. Grayscale: #141414. Windows color (decimal): -16769011 or 860160. OLE color: 860160.
HSL color Cylindrical-coordinate representation of color #00200D: hue angle of 144.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00200D is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 13 | - |
| CMYK | 1 | 0 | 0.59 | 0.87 |
| HSL | 144.38º | 1% | 0.06% | - |
| HSV(B) | 144.38º | 1% | 0.13% | - |
| XYZ | 0.59 | 1.06 | 0.55 | - |
| YUV | 20.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 13 | 1 | 0 | 0.59 | 0.87 | 144.38 | 1 | 0.06 |
| Hex | 0 | 20 | D | 64 | 0 | 3B | 57 | 90 | 64 | 6 |
| Octal | 0 | 40 | 15 | 144 | 0 | 73 | 127 | 220 | 144 | 6 |
| Binary | 0 | 100000 | 1101 | 1100100 | 0 | 111011 | 1010111 | 10010000 | 1100100 | 110 |
Color Harmonies of #00200D
Complementary color
Monochromatic Colors of #00200D
Black with #00200D
Text Example
Text Example
White with #00200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00200D; }
p { color: rgb(0,32,13); }
H1.HeaderClassName
{
color: #00200D;
}
.AnyTagClassName
{
color: #00200D;
}
</style>
background-color css
<style>
a { background-color: #00200D; }
a { background-color: rgb(0,32,13); }
div.DivClassName
{
background-color: #00200D;
}
.BgClassName
{
background-color: #00200D;
}
</style>
border-color css
<style>
span { border-color: #00200D; }
span { border-color: rgb(0,32,13); }
td.TdClassName
{
border-color: #00200D;
}
.TagClassName
{
border-color: #00200D;
}
</style>