Shades of Dark Green #08201E
Tints of Dark Green #08201E
RGB
CMYK
RGB Variations
Color information
#08201E (or 0x08201E) is known color: Dark Green. HEX triplet: 08, 20 and 1E. RGB value is (8,32,30). Sum of RGB (Red+Green+Blue) = 8+32+30=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #08201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08201E is #F7DFE1. Grayscale: #181818. Windows color (decimal): -16244706 or 1974280. OLE color: 1974280.
HSL color Cylindrical-coordinate representation of color #08201E: hue angle of 175º 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 #08201E is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 32 | 30 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.87 |
| HSL | 175º | 0.6% | 0.08% | - |
| HSV(B) | 175º | 0.75% | 0.13% | - |
| XYZ | 0.85 | 1.18 | 1.41 | - |
| YUV | 24.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 30 | 0.75 | 0 | 0.06 | 0.87 | 175 | 0.6 | 0.08 |
| Hex | 8 | 20 | 1E | 4B | 0 | 6 | 57 | AF | 3C | 8 |
| Octal | 10 | 40 | 36 | 113 | 0 | 6 | 127 | 257 | 74 | 10 |
| Binary | 1000 | 100000 | 11110 | 1001011 | 0 | 110 | 1010111 | 10101111 | 111100 | 1000 |
Color Harmonies of #08201E
Complementary color
Monochromatic Colors of #08201E
Black with #08201E
Text Example
Text Example
White with #08201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08201E; }
p { color: rgb(8,32,30); }
H1.HeaderClassName
{
color: #08201E;
}
.AnyTagClassName
{
color: #08201E;
}
</style>
background-color css
<style>
a { background-color: #08201E; }
a { background-color: rgb(8,32,30); }
div.DivClassName
{
background-color: #08201E;
}
.BgClassName
{
background-color: #08201E;
}
</style>
border-color css
<style>
span { border-color: #08201E; }
span { border-color: rgb(8,32,30); }
td.TdClassName
{
border-color: #08201E;
}
.TagClassName
{
border-color: #08201E;
}
</style>