Shades of Dark Green #020807
Tints of Dark Green #020807
RGB
CMYK
RGB Variations
Color information
#020807 (or 0x020807) is known color: Dark Green. HEX triplet: 02, 08 and 07. RGB value is (2,8,7). Sum of RGB (Red+Green+Blue) = 2+8+7=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 8 (3.52% from 255 or 47.06% from 17); Blue value is 7 (3.12% from 255 or 41.18% from 17); Max value from RGB is 8 - color contains mainly: green. Hex color #020807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020807 is #FDF7F8. Grayscale: #060606. Windows color (decimal): -16644089 or 460802. OLE color: 460802.
HSL color Cylindrical-coordinate representation of color #020807: hue angle of 170º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020807 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 8 | 7 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.97 |
| HSL | 170º | 0.6% | 0.02% | - |
| HSV(B) | 170º | 0.75% | 0.03% | - |
| XYZ | 0.15 | 0.2 | 0.23 | - |
| YUV | 6.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 7 | 0.75 | 0 | 0.13 | 0.97 | 170 | 0.6 | 0.02 |
| Hex | 2 | 8 | 7 | 4B | 0 | D | 61 | AA | 3C | 2 |
| Octal | 2 | 10 | 7 | 113 | 0 | 15 | 141 | 252 | 74 | 2 |
| Binary | 10 | 1000 | 111 | 1001011 | 0 | 1101 | 1100001 | 10101010 | 111100 | 10 |
Color Harmonies of #020807
Complementary color
Monochromatic Colors of #020807
Black with #020807
Text Example
Text Example
White with #020807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020807; }
p { color: rgb(2,8,7); }
H1.HeaderClassName
{
color: #020807;
}
.AnyTagClassName
{
color: #020807;
}
</style>
background-color css
<style>
a { background-color: #020807; }
a { background-color: rgb(2,8,7); }
div.DivClassName
{
background-color: #020807;
}
.BgClassName
{
background-color: #020807;
}
</style>
border-color css
<style>
span { border-color: #020807; }
span { border-color: rgb(2,8,7); }
td.TdClassName
{
border-color: #020807;
}
.TagClassName
{
border-color: #020807;
}
</style>