Shades of Dark Green #021F20
Tints of Dark Green #021F20
RGB
CMYK
RGB Variations
Color information
#021F20 (or 0x021F20) is known color: Dark Green. HEX triplet: 02, 1F and 20. RGB value is (2,31,32). Sum of RGB (Red+Green+Blue) = 2+31+32=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #021F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F20 is #FDE0DF. Grayscale: #161616. Windows color (decimal): -16638176 or 2105090. OLE color: 2105090.
HSL color Cylindrical-coordinate representation of color #021F20: hue angle of 182º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F20 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 31 | 32 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.87 |
| HSL | 182º | 0.88% | 0.07% | - |
| HSV(B) | 182º | 0.94% | 0.13% | - |
| XYZ | 0.78 | 1.1 | 1.54 | - |
| YUV | 22.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 32 | 0.94 | 0.03 | 0 | 0.87 | 182 | 0.88 | 0.07 |
| Hex | 2 | 1F | 20 | 5E | 3 | 0 | 57 | B6 | 58 | 7 |
| Octal | 2 | 37 | 40 | 136 | 3 | 0 | 127 | 266 | 130 | 7 |
| Binary | 10 | 11111 | 100000 | 1011110 | 11 | 0 | 1010111 | 10110110 | 1011000 | 111 |
Color Harmonies of #021F20
Complementary color
Monochromatic Colors of #021F20
Black with #021F20
Text Example
Text Example
White with #021F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F20; }
p { color: rgb(2,31,32); }
H1.HeaderClassName
{
color: #021F20;
}
.AnyTagClassName
{
color: #021F20;
}
</style>
background-color css
<style>
a { background-color: #021F20; }
a { background-color: rgb(2,31,32); }
div.DivClassName
{
background-color: #021F20;
}
.BgClassName
{
background-color: #021F20;
}
</style>
border-color css
<style>
span { border-color: #021F20; }
span { border-color: rgb(2,31,32); }
td.TdClassName
{
border-color: #021F20;
}
.TagClassName
{
border-color: #021F20;
}
</style>