Shades of Dark Green #002222
Tints of Dark Green #002222
RGB
CMYK
RGB Variations
Color information
#002222 (or 0x002222) is known color: Dark Green. HEX triplet: 00, 22 and 22. RGB value is (0,34,34). Sum of RGB (Red+Green+Blue) = 0+34+34=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 34 (13.67% from 255 or 50% from 68); Max value from RGB is 34 - color contains mainly: green, blue. Hex color #002222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002222 is #FFDDDD. Grayscale: #171717. Windows color (decimal): -16768478 or 2236928. OLE color: 2236928.
HSL color Cylindrical-coordinate representation of color #002222: hue angle of 180º 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 #002222 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 0 | 34 | 34 | - |
CMYK | 1 | 0 | 0 | 0.87 |
HSL | 180º | 1% | 0.07% | - |
HSV(B) | 180º | 1% | 0.13% | - |
XYZ | 0.86 | 1.26 | 1.71 | - |
YUV | 23.83 | 133.74 | 111 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 34 | 34 | 1 | 0 | 0 | 0.87 | 180 | 1 | 0.07 |
Hex | 0 | 22 | 22 | 64 | 0 | 0 | 57 | B4 | 64 | 7 |
Octal | 0 | 42 | 42 | 144 | 0 | 0 | 127 | 264 | 144 | 7 |
Binary | 0 | 100010 | 100010 | 1100100 | 0 | 0 | 1010111 | 10110100 | 1100100 | 111 |
Color Harmonies of #002222
Complementary color
Monochromatic Colors of #002222
Black with #002222
Text Example
Text Example
White with #002222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002222; }
p { color: rgb(0,34,34); }
H1.HeaderClassName
{
color: #002222;
}
.AnyTagClassName
{
color: #002222;
}
</style>
background-color css
<style>
a { background-color: #002222; }
a { background-color: rgb(0,34,34); }
div.DivClassName
{
background-color: #002222;
}
.BgClassName
{
background-color: #002222;
}
</style>
border-color css
<style>
span { border-color: #002222; }
span { border-color: rgb(0,34,34); }
td.TdClassName
{
border-color: #002222;
}
.TagClassName
{
border-color: #002222;
}
</style>