Shades of Dark Green #002210
Tints of Dark Green #002210
RGB
CMYK
RGB Variations
Color information
#002210 (or 0x002210) is known color: Dark Green. HEX triplet: 00, 22 and 10. RGB value is (0,34,16). Sum of RGB (Red+Green+Blue) = 0+34+16=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 34 (13.67% from 255 or 68% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 34 - color contains mainly: green. Hex color #002210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002210 is #FFDDEF. Grayscale: #151515. Windows color (decimal): -16768496 or 1057280. OLE color: 1057280.
HSL color Cylindrical-coordinate representation of color #002210: hue angle of 148.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 #002210 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 34 | 16 | - |
| CMYK | 1 | 0 | 0.53 | 0.87 |
| HSL | 148.24º | 1% | 0.07% | - |
| HSV(B) | 148.24º | 1% | 0.13% | - |
| XYZ | 0.67 | 1.18 | 0.68 | - |
| YUV | 21.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 16 | 1 | 0 | 0.53 | 0.87 | 148.24 | 1 | 0.07 |
| Hex | 0 | 22 | 10 | 64 | 0 | 35 | 57 | 94 | 64 | 7 |
| Octal | 0 | 42 | 20 | 144 | 0 | 65 | 127 | 224 | 144 | 7 |
| Binary | 0 | 100010 | 10000 | 1100100 | 0 | 110101 | 1010111 | 10010100 | 1100100 | 111 |
Color Harmonies of #002210
Complementary color
Monochromatic Colors of #002210
Black with #002210
Text Example
Text Example
White with #002210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002210; }
p { color: rgb(0,34,16); }
H1.HeaderClassName
{
color: #002210;
}
.AnyTagClassName
{
color: #002210;
}
</style>
background-color css
<style>
a { background-color: #002210; }
a { background-color: rgb(0,34,16); }
div.DivClassName
{
background-color: #002210;
}
.BgClassName
{
background-color: #002210;
}
</style>
border-color css
<style>
span { border-color: #002210; }
span { border-color: rgb(0,34,16); }
td.TdClassName
{
border-color: #002210;
}
.TagClassName
{
border-color: #002210;
}
</style>