Shades of Dark Green #022418
Tints of Dark Green #022418
RGB
CMYK
RGB Variations
Color information
#022418 (or 0x022418) is known color: Dark Green. HEX triplet: 02, 24 and 18. RGB value is (2,36,24). Sum of RGB (Red+Green+Blue) = 2+36+24=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #022418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022418 is #FDDBE7. Grayscale: #181818. Windows color (decimal): -16636904 or 1582082. OLE color: 1582082.
HSL color Cylindrical-coordinate representation of color #022418: hue angle of 158.82º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022418 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 24 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.86 |
| HSL | 158.82º | 0.89% | 0.07% | - |
| HSV(B) | 158.82º | 0.94% | 0.14% | - |
| XYZ | 0.82 | 1.34 | 1.08 | - |
| YUV | 24.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 24 | 0.94 | 0 | 0.33 | 0.86 | 158.82 | 0.89 | 0.07 |
| Hex | 2 | 24 | 18 | 5E | 0 | 21 | 56 | 9F | 59 | 7 |
| Octal | 2 | 44 | 30 | 136 | 0 | 41 | 126 | 237 | 131 | 7 |
| Binary | 10 | 100100 | 11000 | 1011110 | 0 | 100001 | 1010110 | 10011111 | 1011001 | 111 |
Color Harmonies of #022418
Complementary color
Monochromatic Colors of #022418
Black with #022418
Text Example
Text Example
White with #022418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022418; }
p { color: rgb(2,36,24); }
H1.HeaderClassName
{
color: #022418;
}
.AnyTagClassName
{
color: #022418;
}
</style>
background-color css
<style>
a { background-color: #022418; }
a { background-color: rgb(2,36,24); }
div.DivClassName
{
background-color: #022418;
}
.BgClassName
{
background-color: #022418;
}
</style>
border-color css
<style>
span { border-color: #022418; }
span { border-color: rgb(2,36,24); }
td.TdClassName
{
border-color: #022418;
}
.TagClassName
{
border-color: #022418;
}
</style>