Shades of Dark Green #022521
Tints of Dark Green #022521
RGB
CMYK
RGB Variations
Color information
#022521 (or 0x022521) is known color: Dark Green. HEX triplet: 02, 25 and 21. RGB value is (2,37,33). Sum of RGB (Red+Green+Blue) = 2+37+33=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #022521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022521 is #FDDADE. Grayscale: #1A1A1A. Windows color (decimal): -16636639 or 2172162. OLE color: 2172162.
HSL color Cylindrical-coordinate representation of color #022521: hue angle of 173.14º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022521 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 37 | 33 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.85 |
| HSL | 173.14º | 0.9% | 0.08% | - |
| HSV(B) | 173.14º | 0.95% | 0.15% | - |
| XYZ | 0.96 | 1.45 | 1.67 | - |
| YUV | 26.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 33 | 0.95 | 0 | 0.11 | 0.85 | 173.14 | 0.9 | 0.08 |
| Hex | 2 | 25 | 21 | 5F | 0 | B | 55 | AD | 5A | 8 |
| Octal | 2 | 45 | 41 | 137 | 0 | 13 | 125 | 255 | 132 | 10 |
| Binary | 10 | 100101 | 100001 | 1011111 | 0 | 1011 | 1010101 | 10101101 | 1011010 | 1000 |
Color Harmonies of #022521
Complementary color
Monochromatic Colors of #022521
Black with #022521
Text Example
Text Example
White with #022521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022521; }
p { color: rgb(2,37,33); }
H1.HeaderClassName
{
color: #022521;
}
.AnyTagClassName
{
color: #022521;
}
</style>
background-color css
<style>
a { background-color: #022521; }
a { background-color: rgb(2,37,33); }
div.DivClassName
{
background-color: #022521;
}
.BgClassName
{
background-color: #022521;
}
</style>
border-color css
<style>
span { border-color: #022521; }
span { border-color: rgb(2,37,33); }
td.TdClassName
{
border-color: #022521;
}
.TagClassName
{
border-color: #022521;
}
</style>