Shades of Dark Green #002213
Tints of Dark Green #002213
RGB
CMYK
RGB Variations
Color information
#002213 (or 0x002213) is known color: Dark Green. HEX triplet: 00, 22 and 13. RGB value is (0,34,19). Sum of RGB (Red+Green+Blue) = 0+34+19=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #002213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002213 is #FFDDEC. Grayscale: #161616. Windows color (decimal): -16768493 or 1253888. OLE color: 1253888.
HSL color Cylindrical-coordinate representation of color #002213: hue angle of 153.53º 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 #002213 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 34 | 19 | - |
| CMYK | 1 | 0 | 0.44 | 0.87 |
| HSL | 153.53º | 1% | 0.07% | - |
| HSV(B) | 153.53º | 1% | 0.13% | - |
| XYZ | 0.69 | 1.19 | 0.81 | - |
| YUV | 22.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 19 | 1 | 0 | 0.44 | 0.87 | 153.53 | 1 | 0.07 |
| Hex | 0 | 22 | 13 | 64 | 0 | 2C | 57 | 9A | 64 | 7 |
| Octal | 0 | 42 | 23 | 144 | 0 | 54 | 127 | 232 | 144 | 7 |
| Binary | 0 | 100010 | 10011 | 1100100 | 0 | 101100 | 1010111 | 10011010 | 1100100 | 111 |
Color Harmonies of #002213
Complementary color
Monochromatic Colors of #002213
Black with #002213
Text Example
Text Example
White with #002213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002213; }
p { color: rgb(0,34,19); }
H1.HeaderClassName
{
color: #002213;
}
.AnyTagClassName
{
color: #002213;
}
</style>
background-color css
<style>
a { background-color: #002213; }
a { background-color: rgb(0,34,19); }
div.DivClassName
{
background-color: #002213;
}
.BgClassName
{
background-color: #002213;
}
</style>
border-color css
<style>
span { border-color: #002213; }
span { border-color: rgb(0,34,19); }
td.TdClassName
{
border-color: #002213;
}
.TagClassName
{
border-color: #002213;
}
</style>