Shades of Dark Green #020E05
Tints of Dark Green #020E05
RGB
CMYK
RGB Variations
Color information
#020E05 (or 0x020E05) is known color: Dark Green. HEX triplet: 02, 0E and 05. RGB value is (2,14,5). Sum of RGB (Red+Green+Blue) = 2+14+5=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 14 (5.86% from 255 or 66.67% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 14 - color contains mainly: green. Hex color #020E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E05 is #FDF1FA. Grayscale: #090909. Windows color (decimal): -16642555 or 331266. OLE color: 331266.
HSL color Cylindrical-coordinate representation of color #020E05: hue angle of 135º 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 #020E05 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.95.
Color convert
RGB | 2 | 14 | 5 | - |
CMYK | 0.86 | 0 | 0.64 | 0.95 |
HSL | 135º | 0.75% | 0.03% | - |
HSV(B) | 135º | 0.86% | 0.05% | - |
XYZ | 0.21 | 0.34 | 0.2 | - |
YUV | 9.39 | 125.52 | 122.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 14 | 5 | 0.86 | 0 | 0.64 | 0.95 | 135 | 0.75 | 0.03 |
Hex | 2 | E | 5 | 56 | 0 | 40 | 5F | 87 | 4B | 3 |
Octal | 2 | 16 | 5 | 126 | 0 | 100 | 137 | 207 | 113 | 3 |
Binary | 10 | 1110 | 101 | 1010110 | 0 | 1000000 | 1011111 | 10000111 | 1001011 | 11 |
Color Harmonies of #020E05
Complementary color
Monochromatic Colors of #020E05
Black with #020E05
Text Example
Text Example
White with #020E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E05; }
p { color: rgb(2,14,5); }
H1.HeaderClassName
{
color: #020E05;
}
.AnyTagClassName
{
color: #020E05;
}
</style>
background-color css
<style>
a { background-color: #020E05; }
a { background-color: rgb(2,14,5); }
div.DivClassName
{
background-color: #020E05;
}
.BgClassName
{
background-color: #020E05;
}
</style>
border-color css
<style>
span { border-color: #020E05; }
span { border-color: rgb(2,14,5); }
td.TdClassName
{
border-color: #020E05;
}
.TagClassName
{
border-color: #020E05;
}
</style>