Shades of Dark Green #022511
Tints of Dark Green #022511
RGB
CMYK
RGB Variations
Color information
#022511 (or 0x022511) is known color: Dark Green. HEX triplet: 02, 25 and 11. RGB value is (2,37,17). Sum of RGB (Red+Green+Blue) = 2+37+17=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #022511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022511 is #FDDAEE. Grayscale: #181818. Windows color (decimal): -16636655 or 1123586. OLE color: 1123586.
HSL color Cylindrical-coordinate representation of color #022511: hue angle of 145.71º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022511 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 37 | 17 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.85 |
| HSL | 145.71º | 0.9% | 0.08% | - |
| HSV(B) | 145.71º | 0.95% | 0.15% | - |
| XYZ | 0.79 | 1.38 | 0.75 | - |
| YUV | 24.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 17 | 0.95 | 0 | 0.54 | 0.85 | 145.71 | 0.9 | 0.08 |
| Hex | 2 | 25 | 11 | 5F | 0 | 36 | 55 | 92 | 5A | 8 |
| Octal | 2 | 45 | 21 | 137 | 0 | 66 | 125 | 222 | 132 | 10 |
| Binary | 10 | 100101 | 10001 | 1011111 | 0 | 110110 | 1010101 | 10010010 | 1011010 | 1000 |
Color Harmonies of #022511
Complementary color
Monochromatic Colors of #022511
Black with #022511
Text Example
Text Example
White with #022511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022511; }
p { color: rgb(2,37,17); }
H1.HeaderClassName
{
color: #022511;
}
.AnyTagClassName
{
color: #022511;
}
</style>
background-color css
<style>
a { background-color: #022511; }
a { background-color: rgb(2,37,17); }
div.DivClassName
{
background-color: #022511;
}
.BgClassName
{
background-color: #022511;
}
</style>
border-color css
<style>
span { border-color: #022511; }
span { border-color: rgb(2,37,17); }
td.TdClassName
{
border-color: #022511;
}
.TagClassName
{
border-color: #022511;
}
</style>