Shades of Dark Green #021A11
Tints of Dark Green #021A11
RGB
CMYK
RGB Variations
Color information
#021A11 (or 0x021A11) is known color: Dark Green. HEX triplet: 02, 1A and 11. RGB value is (2,26,17). Sum of RGB (Red+Green+Blue) = 2+26+17=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #021A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A11 is #FDE5EE. Grayscale: #111111. Windows color (decimal): -16639471 or 1120770. OLE color: 1120770.
HSL color Cylindrical-coordinate representation of color #021A11: hue angle of 157.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021A11 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 26 | 17 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.90 |
| HSL | 157.5º | 0.86% | 0.05% | - |
| HSV(B) | 157.5º | 0.92% | 0.1% | - |
| XYZ | 0.5 | 0.79 | 0.66 | - |
| YUV | 17.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 17 | 0.92 | 0 | 0.35 | 0.90 | 157.5 | 0.86 | 0.05 |
| Hex | 2 | 1A | 11 | 5C | 0 | 23 | 5A | 9E | 56 | 5 |
| Octal | 2 | 32 | 21 | 134 | 0 | 43 | 132 | 236 | 126 | 5 |
| Binary | 10 | 11010 | 10001 | 1011100 | 0 | 100011 | 1011010 | 10011110 | 1010110 | 101 |
Color Harmonies of #021A11
Complementary color
Monochromatic Colors of #021A11
Black with #021A11
Text Example
Text Example
White with #021A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A11; }
p { color: rgb(2,26,17); }
H1.HeaderClassName
{
color: #021A11;
}
.AnyTagClassName
{
color: #021A11;
}
</style>
background-color css
<style>
a { background-color: #021A11; }
a { background-color: rgb(2,26,17); }
div.DivClassName
{
background-color: #021A11;
}
.BgClassName
{
background-color: #021A11;
}
</style>
border-color css
<style>
span { border-color: #021A11; }
span { border-color: rgb(2,26,17); }
td.TdClassName
{
border-color: #021A11;
}
.TagClassName
{
border-color: #021A11;
}
</style>