Shades of Dark Green #020A07
Tints of Dark Green #020A07
RGB
CMYK
RGB Variations
Color information
#020A07 (or 0x020A07) is known color: Dark Green. HEX triplet: 02, 0A and 07. RGB value is (2,10,7). Sum of RGB (Red+Green+Blue) = 2+10+7=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 10 (4.30% from 255 or 52.63% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 10 - color contains mainly: green. Hex color #020A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A07 is #FDF5F8. Grayscale: #070707. Windows color (decimal): -16643577 or 461314. OLE color: 461314.
HSL color Cylindrical-coordinate representation of color #020A07: hue angle of 157.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #020A07 is Cyan = 0.8, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 10 | 7 | - |
| CMYK | 0.8 | 0 | 0.30 | 0.96 |
| HSL | 157.5º | 0.67% | 0.02% | - |
| HSV(B) | 157.5º | 0.8% | 0.04% | - |
| XYZ | 0.17 | 0.25 | 0.24 | - |
| YUV | 7.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 7 | 0.8 | 0 | 0.30 | 0.96 | 157.5 | 0.67 | 0.02 |
| Hex | 2 | A | 7 | 50 | 0 | 1E | 60 | 9E | 43 | 2 |
| Octal | 2 | 12 | 7 | 120 | 0 | 36 | 140 | 236 | 103 | 2 |
| Binary | 10 | 1010 | 111 | 1010000 | 0 | 11110 | 1100000 | 10011110 | 1000011 | 10 |
Color Harmonies of #020A07
Complementary color
Monochromatic Colors of #020A07
Black with #020A07
Text Example
Text Example
White with #020A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A07; }
p { color: rgb(2,10,7); }
H1.HeaderClassName
{
color: #020A07;
}
.AnyTagClassName
{
color: #020A07;
}
</style>
background-color css
<style>
a { background-color: #020A07; }
a { background-color: rgb(2,10,7); }
div.DivClassName
{
background-color: #020A07;
}
.BgClassName
{
background-color: #020A07;
}
</style>
border-color css
<style>
span { border-color: #020A07; }
span { border-color: rgb(2,10,7); }
td.TdClassName
{
border-color: #020A07;
}
.TagClassName
{
border-color: #020A07;
}
</style>