Shades of Dark Green #021B0E
Tints of Dark Green #021B0E
RGB
CMYK
RGB Variations
Color information
#021B0E (or 0x021B0E) is known color: Dark Green. HEX triplet: 02, 1B and 0E. RGB value is (2,27,14). Sum of RGB (Red+Green+Blue) = 2+27+14=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #021B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B0E is #FDE4F1. Grayscale: #121212. Windows color (decimal): -16639218 or 924418. OLE color: 924418.
HSL color Cylindrical-coordinate representation of color #021B0E: hue angle of 148.8º degrees, saturation: 0.86, 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 #021B0E is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 27 | 14 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.89 |
| HSL | 148.8º | 0.86% | 0.06% | - |
| HSV(B) | 148.8º | 0.93% | 0.11% | - |
| XYZ | 0.5 | 0.83 | 0.55 | - |
| YUV | 18.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 14 | 0.93 | 0 | 0.48 | 0.89 | 148.8 | 0.86 | 0.06 |
| Hex | 2 | 1B | E | 5D | 0 | 30 | 59 | 95 | 56 | 6 |
| Octal | 2 | 33 | 16 | 135 | 0 | 60 | 131 | 225 | 126 | 6 |
| Binary | 10 | 11011 | 1110 | 1011101 | 0 | 110000 | 1011001 | 10010101 | 1010110 | 110 |
Color Harmonies of #021B0E
Complementary color
Monochromatic Colors of #021B0E
Black with #021B0E
Text Example
Text Example
White with #021B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B0E; }
p { color: rgb(2,27,14); }
H1.HeaderClassName
{
color: #021B0E;
}
.AnyTagClassName
{
color: #021B0E;
}
</style>
background-color css
<style>
a { background-color: #021B0E; }
a { background-color: rgb(2,27,14); }
div.DivClassName
{
background-color: #021B0E;
}
.BgClassName
{
background-color: #021B0E;
}
</style>
border-color css
<style>
span { border-color: #021B0E; }
span { border-color: rgb(2,27,14); }
td.TdClassName
{
border-color: #021B0E;
}
.TagClassName
{
border-color: #021B0E;
}
</style>