Shades of Dark Green #002020
Tints of Dark Green #002020
RGB
CMYK
RGB Variations
Color information
#002020 (or 0x002020) is known color: Dark Green. HEX triplet: 00, 20 and 20. RGB value is (0,32,32). Sum of RGB (Red+Green+Blue) = 0+32+32=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #002020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002020 is #FFDFDF. Grayscale: #161616. Windows color (decimal): -16768992 or 2105344. OLE color: 2105344.
HSL color Cylindrical-coordinate representation of color #002020: hue angle of 180º 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 #002020 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 32 | - |
| CMYK | 1 | 0 | 0 | 0.87 |
| HSL | 180º | 1% | 0.06% | - |
| HSV(B) | 180º | 1% | 0.13% | - |
| XYZ | 0.78 | 1.14 | 1.55 | - |
| YUV | 22.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 32 | 1 | 0 | 0 | 0.87 | 180 | 1 | 0.06 |
| Hex | 0 | 20 | 20 | 64 | 0 | 0 | 57 | B4 | 64 | 6 |
| Octal | 0 | 40 | 40 | 144 | 0 | 0 | 127 | 264 | 144 | 6 |
| Binary | 0 | 100000 | 100000 | 1100100 | 0 | 0 | 1010111 | 10110100 | 1100100 | 110 |
Color Harmonies of #002020
Complementary color
Monochromatic Colors of #002020
Black with #002020
Text Example
Text Example
White with #002020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002020; }
p { color: rgb(0,32,32); }
H1.HeaderClassName
{
color: #002020;
}
.AnyTagClassName
{
color: #002020;
}
</style>
background-color css
<style>
a { background-color: #002020; }
a { background-color: rgb(0,32,32); }
div.DivClassName
{
background-color: #002020;
}
.BgClassName
{
background-color: #002020;
}
</style>
border-color css
<style>
span { border-color: #002020; }
span { border-color: rgb(0,32,32); }
td.TdClassName
{
border-color: #002020;
}
.TagClassName
{
border-color: #002020;
}
</style>