Shades of Dark Green #021A0E
Tints of Dark Green #021A0E
RGB
CMYK
RGB Variations
Color information
#021A0E (or 0x021A0E) is known color: Dark Green. HEX triplet: 02, 1A and 0E. RGB value is (2,26,14). Sum of RGB (Red+Green+Blue) = 2+26+14=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 26 (10.55% from 255 or 61.90% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 26 - color contains mainly: green. Hex color #021A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A0E is #FDE5F1. Grayscale: #111111. Windows color (decimal): -16639474 or 924162. OLE color: 924162.
HSL color Cylindrical-coordinate representation of color #021A0E: hue angle of 150º 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 #021A0E is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 26 | 14 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.90 |
| HSL | 150º | 0.86% | 0.05% | - |
| HSV(B) | 150º | 0.92% | 0.1% | - |
| XYZ | 0.47 | 0.78 | 0.54 | - |
| YUV | 17.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 14 | 0.92 | 0 | 0.46 | 0.90 | 150 | 0.86 | 0.05 |
| Hex | 2 | 1A | E | 5C | 0 | 2E | 5A | 96 | 56 | 5 |
| Octal | 2 | 32 | 16 | 134 | 0 | 56 | 132 | 226 | 126 | 5 |
| Binary | 10 | 11010 | 1110 | 1011100 | 0 | 101110 | 1011010 | 10010110 | 1010110 | 101 |
Color Harmonies of #021A0E
Complementary color
Monochromatic Colors of #021A0E
Black with #021A0E
Text Example
Text Example
White with #021A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A0E; }
p { color: rgb(2,26,14); }
H1.HeaderClassName
{
color: #021A0E;
}
.AnyTagClassName
{
color: #021A0E;
}
</style>
background-color css
<style>
a { background-color: #021A0E; }
a { background-color: rgb(2,26,14); }
div.DivClassName
{
background-color: #021A0E;
}
.BgClassName
{
background-color: #021A0E;
}
</style>
border-color css
<style>
span { border-color: #021A0E; }
span { border-color: rgb(2,26,14); }
td.TdClassName
{
border-color: #021A0E;
}
.TagClassName
{
border-color: #021A0E;
}
</style>