Shades of Dark Green #020805
Tints of Dark Green #020805
RGB
CMYK
RGB Variations
Color information
#020805 (or 0x020805) is known color: Dark Green. HEX triplet: 02, 08 and 05. RGB value is (2,8,5). Sum of RGB (Red+Green+Blue) = 2+8+5=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 8 (3.52% from 255 or 53.33% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 8 - color contains mainly: green. Hex color #020805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020805 is #FDF7FA. Grayscale: #050505. Windows color (decimal): -16644091 or 329730. OLE color: 329730.
HSL color Cylindrical-coordinate representation of color #020805: hue angle of 150º 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 #020805 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 8 | 5 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.97 |
| HSL | 150º | 0.6% | 0.02% | - |
| HSV(B) | 150º | 0.75% | 0.03% | - |
| XYZ | 0.14 | 0.2 | 0.17 | - |
| YUV | 5.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 5 | 0.75 | 0 | 0.38 | 0.97 | 150 | 0.6 | 0.02 |
| Hex | 2 | 8 | 5 | 4B | 0 | 26 | 61 | 96 | 3C | 2 |
| Octal | 2 | 10 | 5 | 113 | 0 | 46 | 141 | 226 | 74 | 2 |
| Binary | 10 | 1000 | 101 | 1001011 | 0 | 100110 | 1100001 | 10010110 | 111100 | 10 |
Color Harmonies of #020805
Complementary color
Monochromatic Colors of #020805
Black with #020805
Text Example
Text Example
White with #020805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020805; }
p { color: rgb(2,8,5); }
H1.HeaderClassName
{
color: #020805;
}
.AnyTagClassName
{
color: #020805;
}
</style>
background-color css
<style>
a { background-color: #020805; }
a { background-color: rgb(2,8,5); }
div.DivClassName
{
background-color: #020805;
}
.BgClassName
{
background-color: #020805;
}
</style>
border-color css
<style>
span { border-color: #020805; }
span { border-color: rgb(2,8,5); }
td.TdClassName
{
border-color: #020805;
}
.TagClassName
{
border-color: #020805;
}
</style>