Shades of Dark Green #00201C
Tints of Dark Green #00201C
RGB
CMYK
RGB Variations
Color information
#00201C (or 0x00201C) is known color: Dark Green. HEX triplet: 00, 20 and 1C. RGB value is (0,32,28). Sum of RGB (Red+Green+Blue) = 0+32+28=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #00201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00201C is #FFDFE3. Grayscale: #151515. Windows color (decimal): -16768996 or 1843200. OLE color: 1843200.
HSL color Cylindrical-coordinate representation of color #00201C: hue angle of 172.5º 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 #00201C is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 28 | - |
| CMYK | 1 | 0 | 0.12 | 0.87 |
| HSL | 172.5º | 1% | 0.06% | - |
| HSV(B) | 172.5º | 1% | 0.13% | - |
| XYZ | 0.73 | 1.12 | 1.28 | - |
| YUV | 21.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 28 | 1 | 0 | 0.12 | 0.87 | 172.5 | 1 | 0.06 |
| Hex | 0 | 20 | 1C | 64 | 0 | C | 57 | AC | 64 | 6 |
| Octal | 0 | 40 | 34 | 144 | 0 | 14 | 127 | 254 | 144 | 6 |
| Binary | 0 | 100000 | 11100 | 1100100 | 0 | 1100 | 1010111 | 10101100 | 1100100 | 110 |
Color Harmonies of #00201C
Complementary color
Monochromatic Colors of #00201C
Black with #00201C
Text Example
Text Example
White with #00201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00201C; }
p { color: rgb(0,32,28); }
H1.HeaderClassName
{
color: #00201C;
}
.AnyTagClassName
{
color: #00201C;
}
</style>
background-color css
<style>
a { background-color: #00201C; }
a { background-color: rgb(0,32,28); }
div.DivClassName
{
background-color: #00201C;
}
.BgClassName
{
background-color: #00201C;
}
</style>
border-color css
<style>
span { border-color: #00201C; }
span { border-color: rgb(0,32,28); }
td.TdClassName
{
border-color: #00201C;
}
.TagClassName
{
border-color: #00201C;
}
</style>