Shades of Dark Green #002219
Tints of Dark Green #002219
RGB
CMYK
RGB Variations
Color information
#002219 (or 0x002219) is known color: Dark Green. HEX triplet: 00, 22 and 19. RGB value is (0,34,25). Sum of RGB (Red+Green+Blue) = 0+34+25=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #002219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002219 is #FFDDE6. Grayscale: #161616. Windows color (decimal): -16768487 or 1647104. OLE color: 1647104.
HSL color Cylindrical-coordinate representation of color #002219: hue angle of 164.12º 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 #002219 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 34 | 25 | - |
| CMYK | 1 | 0 | 0.26 | 0.87 |
| HSL | 164.12º | 1% | 0.07% | - |
| HSV(B) | 164.12º | 1% | 0.13% | - |
| XYZ | 0.75 | 1.21 | 1.11 | - |
| YUV | 22.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 25 | 1 | 0 | 0.26 | 0.87 | 164.12 | 1 | 0.07 |
| Hex | 0 | 22 | 19 | 64 | 0 | 1A | 57 | A4 | 64 | 7 |
| Octal | 0 | 42 | 31 | 144 | 0 | 32 | 127 | 244 | 144 | 7 |
| Binary | 0 | 100010 | 11001 | 1100100 | 0 | 11010 | 1010111 | 10100100 | 1100100 | 111 |
Color Harmonies of #002219
Complementary color
Monochromatic Colors of #002219
Black with #002219
Text Example
Text Example
White with #002219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002219; }
p { color: rgb(0,34,25); }
H1.HeaderClassName
{
color: #002219;
}
.AnyTagClassName
{
color: #002219;
}
</style>
background-color css
<style>
a { background-color: #002219; }
a { background-color: rgb(0,34,25); }
div.DivClassName
{
background-color: #002219;
}
.BgClassName
{
background-color: #002219;
}
</style>
border-color css
<style>
span { border-color: #002219; }
span { border-color: rgb(0,34,25); }
td.TdClassName
{
border-color: #002219;
}
.TagClassName
{
border-color: #002219;
}
</style>