Shades of Dark Green #020E0B
Tints of Dark Green #020E0B
RGB
CMYK
RGB Variations
Color information
#020E0B (or 0x020E0B) is known color: Dark Green. HEX triplet: 02, 0E and 0B. RGB value is (2,14,11). Sum of RGB (Red+Green+Blue) = 2+14+11=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 14 (5.86% from 255 or 51.85% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 14 - color contains mainly: green. Hex color #020E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E0B is #FDF1F4. Grayscale: #0A0A0A. Windows color (decimal): -16642549 or 724482. OLE color: 724482.
HSL color Cylindrical-coordinate representation of color #020E0B: hue angle of 165º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #020E0B is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.95.
Color convert
RGB | 2 | 14 | 11 | - |
CMYK | 0.86 | 0 | 0.21 | 0.95 |
HSL | 165º | 0.75% | 0.03% | - |
HSV(B) | 165º | 0.86% | 0.05% | - |
XYZ | 0.24 | 0.35 | 0.37 | - |
YUV | 10.07 | 128.52 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 14 | 11 | 0.86 | 0 | 0.21 | 0.95 | 165 | 0.75 | 0.03 |
Hex | 2 | E | B | 56 | 0 | 15 | 5F | A5 | 4B | 3 |
Octal | 2 | 16 | 13 | 126 | 0 | 25 | 137 | 245 | 113 | 3 |
Binary | 10 | 1110 | 1011 | 1010110 | 0 | 10101 | 1011111 | 10100101 | 1001011 | 11 |
Color Harmonies of #020E0B
Complementary color
Monochromatic Colors of #020E0B
Black with #020E0B
Text Example
Text Example
White with #020E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E0B; }
p { color: rgb(2,14,11); }
H1.HeaderClassName
{
color: #020E0B;
}
.AnyTagClassName
{
color: #020E0B;
}
</style>
background-color css
<style>
a { background-color: #020E0B; }
a { background-color: rgb(2,14,11); }
div.DivClassName
{
background-color: #020E0B;
}
.BgClassName
{
background-color: #020E0B;
}
</style>
border-color css
<style>
span { border-color: #020E0B; }
span { border-color: rgb(2,14,11); }
td.TdClassName
{
border-color: #020E0B;
}
.TagClassName
{
border-color: #020E0B;
}
</style>