Shades of Dark Green #021C11
Tints of Dark Green #021C11
RGB
CMYK
RGB Variations
Color information
#021C11 (or 0x021C11) is known color: Dark Green. HEX triplet: 02, 1C and 11. RGB value is (2,28,17). Sum of RGB (Red+Green+Blue) = 2+28+17=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #021C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C11 is #FDE3EE. Grayscale: #121212. Windows color (decimal): -16638959 or 1121282. OLE color: 1121282.
HSL color Cylindrical-coordinate representation of color #021C11: hue angle of 154.62º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C11 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 17 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.89 |
| HSL | 154.62º | 0.87% | 0.06% | - |
| HSV(B) | 154.62º | 0.93% | 0.11% | - |
| XYZ | 0.54 | 0.88 | 0.67 | - |
| YUV | 18.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 17 | 0.93 | 0 | 0.39 | 0.89 | 154.62 | 0.87 | 0.06 |
| Hex | 2 | 1C | 11 | 5D | 0 | 27 | 59 | 9B | 57 | 6 |
| Octal | 2 | 34 | 21 | 135 | 0 | 47 | 131 | 233 | 127 | 6 |
| Binary | 10 | 11100 | 10001 | 1011101 | 0 | 100111 | 1011001 | 10011011 | 1010111 | 110 |
Color Harmonies of #021C11
Complementary color
Monochromatic Colors of #021C11
Black with #021C11
Text Example
Text Example
White with #021C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C11; }
p { color: rgb(2,28,17); }
H1.HeaderClassName
{
color: #021C11;
}
.AnyTagClassName
{
color: #021C11;
}
</style>
background-color css
<style>
a { background-color: #021C11; }
a { background-color: rgb(2,28,17); }
div.DivClassName
{
background-color: #021C11;
}
.BgClassName
{
background-color: #021C11;
}
</style>
border-color css
<style>
span { border-color: #021C11; }
span { border-color: rgb(2,28,17); }
td.TdClassName
{
border-color: #021C11;
}
.TagClassName
{
border-color: #021C11;
}
</style>