Shades of Dark Green #002218
Tints of Dark Green #002218
RGB
CMYK
RGB Variations
Color information
#002218 (or 0x002218) is known color: Dark Green. HEX triplet: 00, 22 and 18. RGB value is (0,34,24). Sum of RGB (Red+Green+Blue) = 0+34+24=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #002218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002218 is #FFDDE7. Grayscale: #161616. Windows color (decimal): -16768488 or 1581568. OLE color: 1581568.
HSL color Cylindrical-coordinate representation of color #002218: hue angle of 162.35º 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 #002218 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 34 | 24 | - |
| CMYK | 1 | 0 | 0.29 | 0.87 |
| HSL | 162.35º | 1% | 0.07% | - |
| HSV(B) | 162.35º | 1% | 0.13% | - |
| XYZ | 0.74 | 1.21 | 1.06 | - |
| YUV | 22.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 24 | 1 | 0 | 0.29 | 0.87 | 162.35 | 1 | 0.07 |
| Hex | 0 | 22 | 18 | 64 | 0 | 1D | 57 | A2 | 64 | 7 |
| Octal | 0 | 42 | 30 | 144 | 0 | 35 | 127 | 242 | 144 | 7 |
| Binary | 0 | 100010 | 11000 | 1100100 | 0 | 11101 | 1010111 | 10100010 | 1100100 | 111 |
Color Harmonies of #002218
Complementary color
Monochromatic Colors of #002218
Black with #002218
Text Example
Text Example
White with #002218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002218; }
p { color: rgb(0,34,24); }
H1.HeaderClassName
{
color: #002218;
}
.AnyTagClassName
{
color: #002218;
}
</style>
background-color css
<style>
a { background-color: #002218; }
a { background-color: rgb(0,34,24); }
div.DivClassName
{
background-color: #002218;
}
.BgClassName
{
background-color: #002218;
}
</style>
border-color css
<style>
span { border-color: #002218; }
span { border-color: rgb(0,34,24); }
td.TdClassName
{
border-color: #002218;
}
.TagClassName
{
border-color: #002218;
}
</style>