Shades of Dark Green #08211C
Tints of Dark Green #08211C
RGB
CMYK
RGB Variations
Color information
#08211C (or 0x08211C) is known color: Dark Green. HEX triplet: 08, 21 and 1C. RGB value is (8,33,28). Sum of RGB (Red+Green+Blue) = 8+33+28=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #08211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08211C is #F7DEE3. Grayscale: #181818. Windows color (decimal): -16244452 or 1843464. OLE color: 1843464.
HSL color Cylindrical-coordinate representation of color #08211C: hue angle of 168º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #08211C is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 33 | 28 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.87 |
| HSL | 168º | 0.61% | 0.08% | - |
| HSV(B) | 168º | 0.76% | 0.13% | - |
| XYZ | 0.85 | 1.22 | 1.29 | - |
| YUV | 24.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 28 | 0.76 | 0 | 0.15 | 0.87 | 168 | 0.61 | 0.08 |
| Hex | 8 | 21 | 1C | 4C | 0 | F | 57 | A8 | 3D | 8 |
| Octal | 10 | 41 | 34 | 114 | 0 | 17 | 127 | 250 | 75 | 10 |
| Binary | 1000 | 100001 | 11100 | 1001100 | 0 | 1111 | 1010111 | 10101000 | 111101 | 1000 |
Color Harmonies of #08211C
Complementary color
Monochromatic Colors of #08211C
Black with #08211C
Text Example
Text Example
White with #08211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08211C; }
p { color: rgb(8,33,28); }
H1.HeaderClassName
{
color: #08211C;
}
.AnyTagClassName
{
color: #08211C;
}
</style>
background-color css
<style>
a { background-color: #08211C; }
a { background-color: rgb(8,33,28); }
div.DivClassName
{
background-color: #08211C;
}
.BgClassName
{
background-color: #08211C;
}
</style>
border-color css
<style>
span { border-color: #08211C; }
span { border-color: rgb(8,33,28); }
td.TdClassName
{
border-color: #08211C;
}
.TagClassName
{
border-color: #08211C;
}
</style>