Shades of Dark Green #020E07
Tints of Dark Green #020E07
RGB
CMYK
RGB Variations
Color information
#020E07 (or 0x020E07) is known color: Dark Green. HEX triplet: 02, 0E and 07. RGB value is (2,14,7). Sum of RGB (Red+Green+Blue) = 2+14+7=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 14 (5.86% from 255 or 60.87% from 23); Blue value is 7 (3.12% from 255 or 30.43% from 23); Max value from RGB is 14 - color contains mainly: green. Hex color #020E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E07 is #FDF1F8. Grayscale: #090909. Windows color (decimal): -16642553 or 462338. OLE color: 462338.
HSL color Cylindrical-coordinate representation of color #020E07: hue angle of 145º 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 #020E07 is Cyan = 0.86, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 14 | 7 | - |
| CMYK | 0.86 | 0 | 0.5 | 0.95 |
| HSL | 145º | 0.75% | 0.03% | - |
| HSV(B) | 145º | 0.86% | 0.05% | - |
| XYZ | 0.22 | 0.34 | 0.26 | - |
| YUV | 9.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 7 | 0.86 | 0 | 0.5 | 0.95 | 145 | 0.75 | 0.03 |
| Hex | 2 | E | 7 | 56 | 0 | 32 | 5F | 91 | 4B | 3 |
| Octal | 2 | 16 | 7 | 126 | 0 | 62 | 137 | 221 | 113 | 3 |
| Binary | 10 | 1110 | 111 | 1010110 | 0 | 110010 | 1011111 | 10010001 | 1001011 | 11 |
Color Harmonies of #020E07
Complementary color
Monochromatic Colors of #020E07
Black with #020E07
Text Example
Text Example
White with #020E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E07; }
p { color: rgb(2,14,7); }
H1.HeaderClassName
{
color: #020E07;
}
.AnyTagClassName
{
color: #020E07;
}
</style>
background-color css
<style>
a { background-color: #020E07; }
a { background-color: rgb(2,14,7); }
div.DivClassName
{
background-color: #020E07;
}
.BgClassName
{
background-color: #020E07;
}
</style>
border-color css
<style>
span { border-color: #020E07; }
span { border-color: rgb(2,14,7); }
td.TdClassName
{
border-color: #020E07;
}
.TagClassName
{
border-color: #020E07;
}
</style>