Shades of Dark Green #020F08
Tints of Dark Green #020F08
RGB
CMYK
RGB Variations
Color information
#020F08 (or 0x020F08) is known color: Dark Green. HEX triplet: 02, 0F and 08. RGB value is (2,15,8). Sum of RGB (Red+Green+Blue) = 2+15+8=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 15 (6.25% from 255 or 60% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 15 - color contains mainly: green. Hex color #020F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F08 is #FDF0F7. Grayscale: #0A0A0A. Windows color (decimal): -16642296 or 528130. OLE color: 528130.
HSL color Cylindrical-coordinate representation of color #020F08: hue angle of 147.69º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #020F08 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.94.
Color convert
RGB | 2 | 15 | 8 | - |
CMYK | 0.87 | 0 | 0.47 | 0.94 |
HSL | 147.69º | 0.76% | 0.03% | - |
HSV(B) | 147.69º | 0.87% | 0.06% | - |
XYZ | 0.24 | 0.37 | 0.29 | - |
YUV | 10.32 | 126.69 | 122.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 15 | 8 | 0.87 | 0 | 0.47 | 0.94 | 147.69 | 0.76 | 0.03 |
Hex | 2 | F | 8 | 57 | 0 | 2F | 5E | 94 | 4C | 3 |
Octal | 2 | 17 | 10 | 127 | 0 | 57 | 136 | 224 | 114 | 3 |
Binary | 10 | 1111 | 1000 | 1010111 | 0 | 101111 | 1011110 | 10010100 | 1001100 | 11 |
Color Harmonies of #020F08
Complementary color
Monochromatic Colors of #020F08
Black with #020F08
Text Example
Text Example
White with #020F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F08; }
p { color: rgb(2,15,8); }
H1.HeaderClassName
{
color: #020F08;
}
.AnyTagClassName
{
color: #020F08;
}
</style>
background-color css
<style>
a { background-color: #020F08; }
a { background-color: rgb(2,15,8); }
div.DivClassName
{
background-color: #020F08;
}
.BgClassName
{
background-color: #020F08;
}
</style>
border-color css
<style>
span { border-color: #020F08; }
span { border-color: rgb(2,15,8); }
td.TdClassName
{
border-color: #020F08;
}
.TagClassName
{
border-color: #020F08;
}
</style>