Shades of Dark Green #022611
Tints of Dark Green #022611
RGB
CMYK
RGB Variations
Color information
#022611 (or 0x022611) is known color: Dark Green. HEX triplet: 02, 26 and 11. RGB value is (2,38,17). Sum of RGB (Red+Green+Blue) = 2+38+17=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #022611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022611 is #FDD9EE. Grayscale: #181818. Windows color (decimal): -16636399 or 1123842. OLE color: 1123842.
HSL color Cylindrical-coordinate representation of color #022611: hue angle of 145º 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 #022611 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 17 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.85 |
| HSL | 145º | 0.9% | 0.08% | - |
| HSV(B) | 145º | 0.95% | 0.15% | - |
| XYZ | 0.82 | 1.44 | 0.77 | - |
| YUV | 24.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 17 | 0.95 | 0 | 0.55 | 0.85 | 145 | 0.9 | 0.08 |
| Hex | 2 | 26 | 11 | 5F | 0 | 37 | 55 | 91 | 5A | 8 |
| Octal | 2 | 46 | 21 | 137 | 0 | 67 | 125 | 221 | 132 | 10 |
| Binary | 10 | 100110 | 10001 | 1011111 | 0 | 110111 | 1010101 | 10010001 | 1011010 | 1000 |
Color Harmonies of #022611
Complementary color
Monochromatic Colors of #022611
Black with #022611
Text Example
Text Example
White with #022611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022611; }
p { color: rgb(2,38,17); }
H1.HeaderClassName
{
color: #022611;
}
.AnyTagClassName
{
color: #022611;
}
</style>
background-color css
<style>
a { background-color: #022611; }
a { background-color: rgb(2,38,17); }
div.DivClassName
{
background-color: #022611;
}
.BgClassName
{
background-color: #022611;
}
</style>
border-color css
<style>
span { border-color: #022611; }
span { border-color: rgb(2,38,17); }
td.TdClassName
{
border-color: #022611;
}
.TagClassName
{
border-color: #022611;
}
</style>