Shades of Dark Green #022411
Tints of Dark Green #022411
RGB
CMYK
RGB Variations
Color information
#022411 (or 0x022411) is known color: Dark Green. HEX triplet: 02, 24 and 11. RGB value is (2,36,17). Sum of RGB (Red+Green+Blue) = 2+36+17=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #022411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022411 is #FDDBEE. Grayscale: #171717. Windows color (decimal): -16636911 or 1123330. OLE color: 1123330.
HSL color Cylindrical-coordinate representation of color #022411: hue angle of 146.47º 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 #022411 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 17 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.86 |
| HSL | 146.47º | 0.89% | 0.07% | - |
| HSV(B) | 146.47º | 0.94% | 0.14% | - |
| XYZ | 0.76 | 1.32 | 0.74 | - |
| YUV | 23.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 17 | 0.94 | 0 | 0.53 | 0.86 | 146.47 | 0.89 | 0.07 |
| Hex | 2 | 24 | 11 | 5E | 0 | 35 | 56 | 92 | 59 | 7 |
| Octal | 2 | 44 | 21 | 136 | 0 | 65 | 126 | 222 | 131 | 7 |
| Binary | 10 | 100100 | 10001 | 1011110 | 0 | 110101 | 1010110 | 10010010 | 1011001 | 111 |
Color Harmonies of #022411
Complementary color
Monochromatic Colors of #022411
Black with #022411
Text Example
Text Example
White with #022411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022411; }
p { color: rgb(2,36,17); }
H1.HeaderClassName
{
color: #022411;
}
.AnyTagClassName
{
color: #022411;
}
</style>
background-color css
<style>
a { background-color: #022411; }
a { background-color: rgb(2,36,17); }
div.DivClassName
{
background-color: #022411;
}
.BgClassName
{
background-color: #022411;
}
</style>
border-color css
<style>
span { border-color: #022411; }
span { border-color: rgb(2,36,17); }
td.TdClassName
{
border-color: #022411;
}
.TagClassName
{
border-color: #022411;
}
</style>