Shades of Dark Green #020808
Tints of Dark Green #020808
RGB
CMYK
RGB Variations
Color information
#020808 (or 0x020808) is known color: Dark Green. HEX triplet: 02, 08 and 08. RGB value is (2,8,8). Sum of RGB (Red+Green+Blue) = 2+8+8=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 8 (3.52% from 255 or 44.44% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: green, blue. Hex color #020808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020808 is #FDF7F7. Grayscale: #060606. Windows color (decimal): -16644088 or 526338. OLE color: 526338.
HSL color Cylindrical-coordinate representation of color #020808: hue angle of 180º 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 #020808 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 8 | 8 | - |
| CMYK | 0.75 | 0 | 0 | 0.97 |
| HSL | 180º | 0.6% | 0.02% | - |
| HSV(B) | 180º | 0.75% | 0.03% | - |
| XYZ | 0.16 | 0.2 | 0.26 | - |
| YUV | 6.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 8 | 0.75 | 0 | 0 | 0.97 | 180 | 0.6 | 0.02 |
| Hex | 2 | 8 | 8 | 4B | 0 | 0 | 61 | B4 | 3C | 2 |
| Octal | 2 | 10 | 10 | 113 | 0 | 0 | 141 | 264 | 74 | 2 |
| Binary | 10 | 1000 | 1000 | 1001011 | 0 | 0 | 1100001 | 10110100 | 111100 | 10 |
Color Harmonies of #020808
Complementary color
Monochromatic Colors of #020808
Black with #020808
Text Example
Text Example
White with #020808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020808; }
p { color: rgb(2,8,8); }
H1.HeaderClassName
{
color: #020808;
}
.AnyTagClassName
{
color: #020808;
}
</style>
background-color css
<style>
a { background-color: #020808; }
a { background-color: rgb(2,8,8); }
div.DivClassName
{
background-color: #020808;
}
.BgClassName
{
background-color: #020808;
}
</style>
border-color css
<style>
span { border-color: #020808; }
span { border-color: rgb(2,8,8); }
td.TdClassName
{
border-color: #020808;
}
.TagClassName
{
border-color: #020808;
}
</style>