Shades of Dark Green #021E12
Tints of Dark Green #021E12
RGB
CMYK
RGB Variations
Color information
#021E12 (or 0x021E12) is known color: Dark Green. HEX triplet: 02, 1E and 12. RGB value is (2,30,18). Sum of RGB (Red+Green+Blue) = 2+30+18=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 30 (12.11% from 255 or 60% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 30 - color contains mainly: green. Hex color #021E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E12 is #FDE1ED. Grayscale: #141414. Windows color (decimal): -16638446 or 1187330. OLE color: 1187330.
HSL color Cylindrical-coordinate representation of color #021E12: hue angle of 154.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E12 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 18 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.88 |
| HSL | 154.29º | 0.88% | 0.06% | - |
| HSV(B) | 154.29º | 0.93% | 0.12% | - |
| XYZ | 0.6 | 0.99 | 0.73 | - |
| YUV | 20.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 18 | 0.93 | 0 | 0.40 | 0.88 | 154.29 | 0.88 | 0.06 |
| Hex | 2 | 1E | 12 | 5D | 0 | 28 | 58 | 9A | 58 | 6 |
| Octal | 2 | 36 | 22 | 135 | 0 | 50 | 130 | 232 | 130 | 6 |
| Binary | 10 | 11110 | 10010 | 1011101 | 0 | 101000 | 1011000 | 10011010 | 1011000 | 110 |
Color Harmonies of #021E12
Complementary color
Monochromatic Colors of #021E12
Black with #021E12
Text Example
Text Example
White with #021E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E12; }
p { color: rgb(2,30,18); }
H1.HeaderClassName
{
color: #021E12;
}
.AnyTagClassName
{
color: #021E12;
}
</style>
background-color css
<style>
a { background-color: #021E12; }
a { background-color: rgb(2,30,18); }
div.DivClassName
{
background-color: #021E12;
}
.BgClassName
{
background-color: #021E12;
}
</style>
border-color css
<style>
span { border-color: #021E12; }
span { border-color: rgb(2,30,18); }
td.TdClassName
{
border-color: #021E12;
}
.TagClassName
{
border-color: #021E12;
}
</style>