Shades of Dark Green #022414
Tints of Dark Green #022414
RGB
CMYK
RGB Variations
Color information
#022414 (or 0x022414) is known color: Dark Green. HEX triplet: 02, 24 and 14. RGB value is (2,36,20). Sum of RGB (Red+Green+Blue) = 2+36+20=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #022414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022414 is #FDDBEB. Grayscale: #181818. Windows color (decimal): -16636908 or 1319938. OLE color: 1319938.
HSL color Cylindrical-coordinate representation of color #022414: hue angle of 151.76º 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 #022414 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 20 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.86 |
| HSL | 151.76º | 0.89% | 0.07% | - |
| HSV(B) | 151.76º | 0.94% | 0.14% | - |
| XYZ | 0.78 | 1.33 | 0.88 | - |
| YUV | 24.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 20 | 0.94 | 0 | 0.44 | 0.86 | 151.76 | 0.89 | 0.07 |
| Hex | 2 | 24 | 14 | 5E | 0 | 2C | 56 | 98 | 59 | 7 |
| Octal | 2 | 44 | 24 | 136 | 0 | 54 | 126 | 230 | 131 | 7 |
| Binary | 10 | 100100 | 10100 | 1011110 | 0 | 101100 | 1010110 | 10011000 | 1011001 | 111 |
Color Harmonies of #022414
Complementary color
Monochromatic Colors of #022414
Black with #022414
Text Example
Text Example
White with #022414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022414; }
p { color: rgb(2,36,20); }
H1.HeaderClassName
{
color: #022414;
}
.AnyTagClassName
{
color: #022414;
}
</style>
background-color css
<style>
a { background-color: #022414; }
a { background-color: rgb(2,36,20); }
div.DivClassName
{
background-color: #022414;
}
.BgClassName
{
background-color: #022414;
}
</style>
border-color css
<style>
span { border-color: #022414; }
span { border-color: rgb(2,36,20); }
td.TdClassName
{
border-color: #022414;
}
.TagClassName
{
border-color: #022414;
}
</style>