Shades of Dark Green #002221
Tints of Dark Green #002221
RGB
CMYK
RGB Variations
Color information
#002221 (or 0x002221) is known color: Dark Green. HEX triplet: 00, 22 and 21. RGB value is (0,34,33). Sum of RGB (Red+Green+Blue) = 0+34+33=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #002221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002221 is #FFDDDE. Grayscale: #171717. Windows color (decimal): -16768479 or 2171392. OLE color: 2171392.
HSL color Cylindrical-coordinate representation of color #002221: hue angle of 178.24º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002221 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 34 | 33 | - |
| CMYK | 1 | 0 | 0.03 | 0.87 |
| HSL | 178.24º | 1% | 0.07% | - |
| HSV(B) | 178.24º | 1% | 0.13% | - |
| XYZ | 0.85 | 1.25 | 1.64 | - |
| YUV | 23.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 33 | 1 | 0 | 0.03 | 0.87 | 178.24 | 1 | 0.07 |
| Hex | 0 | 22 | 21 | 64 | 0 | 3 | 57 | B2 | 64 | 7 |
| Octal | 0 | 42 | 41 | 144 | 0 | 3 | 127 | 262 | 144 | 7 |
| Binary | 0 | 100010 | 100001 | 1100100 | 0 | 11 | 1010111 | 10110010 | 1100100 | 111 |
Color Harmonies of #002221
Complementary color
Monochromatic Colors of #002221
Black with #002221
Text Example
Text Example
White with #002221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002221; }
p { color: rgb(0,34,33); }
H1.HeaderClassName
{
color: #002221;
}
.AnyTagClassName
{
color: #002221;
}
</style>
background-color css
<style>
a { background-color: #002221; }
a { background-color: rgb(0,34,33); }
div.DivClassName
{
background-color: #002221;
}
.BgClassName
{
background-color: #002221;
}
</style>
border-color css
<style>
span { border-color: #002221; }
span { border-color: rgb(0,34,33); }
td.TdClassName
{
border-color: #002221;
}
.TagClassName
{
border-color: #002221;
}
</style>