Shades of Dark Green #012020
Tints of Dark Green #012020
RGB
CMYK
RGB Variations
Color information
#012020 (or 0x012020) is known color: Dark Green. HEX triplet: 01, 20 and 20. RGB value is (1,32,32). Sum of RGB (Red+Green+Blue) = 1+32+32=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 32 (12.89% from 255 or 49.23% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #012020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012020 is #FEDFDF. Grayscale: #161616. Windows color (decimal): -16703456 or 2105345. OLE color: 2105345.
HSL color Cylindrical-coordinate representation of color #012020: hue angle of 180º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012020 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 32 | - |
| CMYK | 0.97 | 0 | 0 | 0.87 |
| HSL | 180º | 0.94% | 0.06% | - |
| HSV(B) | 180º | 0.97% | 0.13% | - |
| XYZ | 0.79 | 1.14 | 1.55 | - |
| YUV | 22.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 32 | 0.97 | 0 | 0 | 0.87 | 180 | 0.94 | 0.06 |
| Hex | 1 | 20 | 20 | 61 | 0 | 0 | 57 | B4 | 5E | 6 |
| Octal | 1 | 40 | 40 | 141 | 0 | 0 | 127 | 264 | 136 | 6 |
| Binary | 1 | 100000 | 100000 | 1100001 | 0 | 0 | 1010111 | 10110100 | 1011110 | 110 |
Color Harmonies of #012020
Complementary color
Monochromatic Colors of #012020
Black with #012020
Text Example
Text Example
White with #012020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012020; }
p { color: rgb(1,32,32); }
H1.HeaderClassName
{
color: #012020;
}
.AnyTagClassName
{
color: #012020;
}
</style>
background-color css
<style>
a { background-color: #012020; }
a { background-color: rgb(1,32,32); }
div.DivClassName
{
background-color: #012020;
}
.BgClassName
{
background-color: #012020;
}
</style>
border-color css
<style>
span { border-color: #012020; }
span { border-color: rgb(1,32,32); }
td.TdClassName
{
border-color: #012020;
}
.TagClassName
{
border-color: #012020;
}
</style>