Shades of Dark Green #08201C
Tints of Dark Green #08201C
RGB
CMYK
RGB Variations
Color information
#08201C (or 0x08201C) is known color: Dark Green. HEX triplet: 08, 20 and 1C. RGB value is (8,32,28). Sum of RGB (Red+Green+Blue) = 8+32+28=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #08201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08201C is #F7DFE3. Grayscale: #181818. Windows color (decimal): -16244708 or 1843208. OLE color: 1843208.
HSL color Cylindrical-coordinate representation of color #08201C: hue angle of 170º 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 #08201C is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 32 | 28 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.87 |
| HSL | 170º | 0.6% | 0.08% | - |
| HSV(B) | 170º | 0.75% | 0.13% | - |
| XYZ | 0.83 | 1.17 | 1.28 | - |
| YUV | 24.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 28 | 0.75 | 0 | 0.12 | 0.87 | 170 | 0.6 | 0.08 |
| Hex | 8 | 20 | 1C | 4B | 0 | C | 57 | AA | 3C | 8 |
| Octal | 10 | 40 | 34 | 113 | 0 | 14 | 127 | 252 | 74 | 10 |
| Binary | 1000 | 100000 | 11100 | 1001011 | 0 | 1100 | 1010111 | 10101010 | 111100 | 1000 |
Color Harmonies of #08201C
Complementary color
Monochromatic Colors of #08201C
Black with #08201C
Text Example
Text Example
White with #08201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08201C; }
p { color: rgb(8,32,28); }
H1.HeaderClassName
{
color: #08201C;
}
.AnyTagClassName
{
color: #08201C;
}
</style>
background-color css
<style>
a { background-color: #08201C; }
a { background-color: rgb(8,32,28); }
div.DivClassName
{
background-color: #08201C;
}
.BgClassName
{
background-color: #08201C;
}
</style>
border-color css
<style>
span { border-color: #08201C; }
span { border-color: rgb(8,32,28); }
td.TdClassName
{
border-color: #08201C;
}
.TagClassName
{
border-color: #08201C;
}
</style>