Shades of Dark Green #02201B
Tints of Dark Green #02201B
RGB
CMYK
RGB Variations
Color information
#02201B (or 0x02201B) is known color: Dark Green. HEX triplet: 02, 20 and 1B. RGB value is (2,32,27). Sum of RGB (Red+Green+Blue) = 2+32+27=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #02201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02201B is #FDDFE4. Grayscale: #161616. Windows color (decimal): -16637925 or 1777666. OLE color: 1777666.
HSL color Cylindrical-coordinate representation of color #02201B: hue angle of 170º 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 #02201B is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 32 | 27 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.87 |
| HSL | 170º | 0.88% | 0.07% | - |
| HSV(B) | 170º | 0.94% | 0.13% | - |
| XYZ | 0.74 | 1.13 | 1.22 | - |
| YUV | 22.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 27 | 0.94 | 0 | 0.16 | 0.87 | 170 | 0.88 | 0.07 |
| Hex | 2 | 20 | 1B | 5E | 0 | 10 | 57 | AA | 58 | 7 |
| Octal | 2 | 40 | 33 | 136 | 0 | 20 | 127 | 252 | 130 | 7 |
| Binary | 10 | 100000 | 11011 | 1011110 | 0 | 10000 | 1010111 | 10101010 | 1011000 | 111 |
Color Harmonies of #02201B
Complementary color
Monochromatic Colors of #02201B
Black with #02201B
Text Example
Text Example
White with #02201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02201B; }
p { color: rgb(2,32,27); }
H1.HeaderClassName
{
color: #02201B;
}
.AnyTagClassName
{
color: #02201B;
}
</style>
background-color css
<style>
a { background-color: #02201B; }
a { background-color: rgb(2,32,27); }
div.DivClassName
{
background-color: #02201B;
}
.BgClassName
{
background-color: #02201B;
}
</style>
border-color css
<style>
span { border-color: #02201B; }
span { border-color: rgb(2,32,27); }
td.TdClassName
{
border-color: #02201B;
}
.TagClassName
{
border-color: #02201B;
}
</style>