Shades of Dark Green #021E0B
Tints of Dark Green #021E0B
RGB
CMYK
RGB Variations
Color information
#021E0B (or 0x021E0B) is known color: Dark Green. HEX triplet: 02, 1E and 0B. RGB value is (2,30,11). Sum of RGB (Red+Green+Blue) = 2+30+11=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 30 (12.11% from 255 or 69.77% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 30 - color contains mainly: green. Hex color #021E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E0B is #FDE1F4. Grayscale: #131313. Windows color (decimal): -16638453 or 728578. OLE color: 728578.
HSL color Cylindrical-coordinate representation of color #021E0B: hue angle of 139.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 #021E0B is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 11 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.88 |
| HSL | 139.29º | 0.88% | 0.06% | - |
| HSV(B) | 139.29º | 0.93% | 0.12% | - |
| XYZ | 0.55 | 0.97 | 0.47 | - |
| YUV | 19.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 11 | 0.93 | 0 | 0.63 | 0.88 | 139.29 | 0.88 | 0.06 |
| Hex | 2 | 1E | B | 5D | 0 | 3F | 58 | 8B | 58 | 6 |
| Octal | 2 | 36 | 13 | 135 | 0 | 77 | 130 | 213 | 130 | 6 |
| Binary | 10 | 11110 | 1011 | 1011101 | 0 | 111111 | 1011000 | 10001011 | 1011000 | 110 |
Color Harmonies of #021E0B
Complementary color
Monochromatic Colors of #021E0B
Black with #021E0B
Text Example
Text Example
White with #021E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E0B; }
p { color: rgb(2,30,11); }
H1.HeaderClassName
{
color: #021E0B;
}
.AnyTagClassName
{
color: #021E0B;
}
</style>
background-color css
<style>
a { background-color: #021E0B; }
a { background-color: rgb(2,30,11); }
div.DivClassName
{
background-color: #021E0B;
}
.BgClassName
{
background-color: #021E0B;
}
</style>
border-color css
<style>
span { border-color: #021E0B; }
span { border-color: rgb(2,30,11); }
td.TdClassName
{
border-color: #021E0B;
}
.TagClassName
{
border-color: #021E0B;
}
</style>