Shades of Dark Green #08201D
Tints of Dark Green #08201D
RGB
CMYK
RGB Variations
Color information
#08201D (or 0x08201D) is known color: Dark Green. HEX triplet: 08, 20 and 1D. RGB value is (8,32,29). Sum of RGB (Red+Green+Blue) = 8+32+29=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #08201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08201D is #F7DFE2. Grayscale: #181818. Windows color (decimal): -16244707 or 1908744. OLE color: 1908744.
HSL color Cylindrical-coordinate representation of color #08201D: hue angle of 172.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #08201D is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 32 | 29 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.87 |
| HSL | 172.5º | 0.6% | 0.08% | - |
| HSV(B) | 172.5º | 0.75% | 0.13% | - |
| XYZ | 0.84 | 1.17 | 1.34 | - |
| YUV | 24.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 29 | 0.75 | 0 | 0.09 | 0.87 | 172.5 | 0.6 | 0.08 |
| Hex | 8 | 20 | 1D | 4B | 0 | 9 | 57 | AC | 3C | 8 |
| Octal | 10 | 40 | 35 | 113 | 0 | 11 | 127 | 254 | 74 | 10 |
| Binary | 1000 | 100000 | 11101 | 1001011 | 0 | 1001 | 1010111 | 10101100 | 111100 | 1000 |
Color Harmonies of #08201D
Complementary color
Monochromatic Colors of #08201D
Black with #08201D
Text Example
Text Example
White with #08201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08201D; }
p { color: rgb(8,32,29); }
H1.HeaderClassName
{
color: #08201D;
}
.AnyTagClassName
{
color: #08201D;
}
</style>
background-color css
<style>
a { background-color: #08201D; }
a { background-color: rgb(8,32,29); }
div.DivClassName
{
background-color: #08201D;
}
.BgClassName
{
background-color: #08201D;
}
</style>
border-color css
<style>
span { border-color: #08201D; }
span { border-color: rgb(8,32,29); }
td.TdClassName
{
border-color: #08201D;
}
.TagClassName
{
border-color: #08201D;
}
</style>