Shades of Dark Green #08201A
Tints of Dark Green #08201A
RGB
CMYK
RGB Variations
Color information
#08201A (or 0x08201A) is known color: Dark Green. HEX triplet: 08, 20 and 1A. RGB value is (8,32,26). Sum of RGB (Red+Green+Blue) = 8+32+26=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #08201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08201A is #F7DFE5. Grayscale: #181818. Windows color (decimal): -16244710 or 1712136. OLE color: 1712136.
HSL color Cylindrical-coordinate representation of color #08201A: hue angle of 165º 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 #08201A is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 32 | 26 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.87 |
| HSL | 165º | 0.6% | 0.08% | - |
| HSV(B) | 165º | 0.75% | 0.13% | - |
| XYZ | 0.8 | 1.16 | 1.16 | - |
| YUV | 24.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 26 | 0.75 | 0 | 0.19 | 0.87 | 165 | 0.6 | 0.08 |
| Hex | 8 | 20 | 1A | 4B | 0 | 13 | 57 | A5 | 3C | 8 |
| Octal | 10 | 40 | 32 | 113 | 0 | 23 | 127 | 245 | 74 | 10 |
| Binary | 1000 | 100000 | 11010 | 1001011 | 0 | 10011 | 1010111 | 10100101 | 111100 | 1000 |
Color Harmonies of #08201A
Complementary color
Monochromatic Colors of #08201A
Black with #08201A
Text Example
Text Example
White with #08201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08201A; }
p { color: rgb(8,32,26); }
H1.HeaderClassName
{
color: #08201A;
}
.AnyTagClassName
{
color: #08201A;
}
</style>
background-color css
<style>
a { background-color: #08201A; }
a { background-color: rgb(8,32,26); }
div.DivClassName
{
background-color: #08201A;
}
.BgClassName
{
background-color: #08201A;
}
</style>
border-color css
<style>
span { border-color: #08201A; }
span { border-color: rgb(8,32,26); }
td.TdClassName
{
border-color: #08201A;
}
.TagClassName
{
border-color: #08201A;
}
</style>