Shades of Dark Green #020E08
Tints of Dark Green #020E08
RGB
CMYK
RGB Variations
Color information
#020E08 (or 0x020E08) is known color: Dark Green. HEX triplet: 02, 0E and 08. RGB value is (2,14,8). Sum of RGB (Red+Green+Blue) = 2+14+8=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 14 (5.86% from 255 or 58.33% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 14 - color contains mainly: green. Hex color #020E08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E08 is #FDF1F7. Grayscale: #090909. Windows color (decimal): -16642552 or 527874. OLE color: 527874.
HSL color Cylindrical-coordinate representation of color #020E08: hue angle of 150º 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 #020E08 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.95.
Color convert
RGB | 2 | 14 | 8 | - |
CMYK | 0.86 | 0 | 0.43 | 0.95 |
HSL | 150º | 0.75% | 0.03% | - |
HSV(B) | 150º | 0.86% | 0.05% | - |
XYZ | 0.23 | 0.34 | 0.28 | - |
YUV | 9.73 | 127.02 | 122.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 14 | 8 | 0.86 | 0 | 0.43 | 0.95 | 150 | 0.75 | 0.03 |
Hex | 2 | E | 8 | 56 | 0 | 2B | 5F | 96 | 4B | 3 |
Octal | 2 | 16 | 10 | 126 | 0 | 53 | 137 | 226 | 113 | 3 |
Binary | 10 | 1110 | 1000 | 1010110 | 0 | 101011 | 1011111 | 10010110 | 1001011 | 11 |
Color Harmonies of #020E08
Complementary color
Monochromatic Colors of #020E08
Black with #020E08
Text Example
Text Example
White with #020E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E08; }
p { color: rgb(2,14,8); }
H1.HeaderClassName
{
color: #020E08;
}
.AnyTagClassName
{
color: #020E08;
}
</style>
background-color css
<style>
a { background-color: #020E08; }
a { background-color: rgb(2,14,8); }
div.DivClassName
{
background-color: #020E08;
}
.BgClassName
{
background-color: #020E08;
}
</style>
border-color css
<style>
span { border-color: #020E08; }
span { border-color: rgb(2,14,8); }
td.TdClassName
{
border-color: #020E08;
}
.TagClassName
{
border-color: #020E08;
}
</style>