Shades of Dark Green #020F06
Tints of Dark Green #020F06
RGB
CMYK
RGB Variations
Color information
#020F06 (or 0x020F06) is known color: Dark Green. HEX triplet: 02, 0F and 06. RGB value is (2,15,6). Sum of RGB (Red+Green+Blue) = 2+15+6=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 15 (6.25% from 255 or 65.22% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 15 - color contains mainly: green. Hex color #020F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F06 is #FDF0F9. Grayscale: #0A0A0A. Windows color (decimal): -16642298 or 397058. OLE color: 397058.
HSL color Cylindrical-coordinate representation of color #020F06: hue angle of 138.46º 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 #020F06 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 15 | 6 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.94 |
| HSL | 138.46º | 0.76% | 0.03% | - |
| HSV(B) | 138.46º | 0.87% | 0.06% | - |
| XYZ | 0.23 | 0.37 | 0.23 | - |
| YUV | 10.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 6 | 0.87 | 0 | 0.60 | 0.94 | 138.46 | 0.76 | 0.03 |
| Hex | 2 | F | 6 | 57 | 0 | 3C | 5E | 8A | 4C | 3 |
| Octal | 2 | 17 | 6 | 127 | 0 | 74 | 136 | 212 | 114 | 3 |
| Binary | 10 | 1111 | 110 | 1010111 | 0 | 111100 | 1011110 | 10001010 | 1001100 | 11 |
Color Harmonies of #020F06
Complementary color
Monochromatic Colors of #020F06
Black with #020F06
Text Example
Text Example
White with #020F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F06; }
p { color: rgb(2,15,6); }
H1.HeaderClassName
{
color: #020F06;
}
.AnyTagClassName
{
color: #020F06;
}
</style>
background-color css
<style>
a { background-color: #020F06; }
a { background-color: rgb(2,15,6); }
div.DivClassName
{
background-color: #020F06;
}
.BgClassName
{
background-color: #020F06;
}
</style>
border-color css
<style>
span { border-color: #020F06; }
span { border-color: rgb(2,15,6); }
td.TdClassName
{
border-color: #020F06;
}
.TagClassName
{
border-color: #020F06;
}
</style>