Shades of Dark Green #08211B
Tints of Dark Green #08211B
RGB
CMYK
RGB Variations
Color information
#08211B (or 0x08211B) is known color: Dark Green. HEX triplet: 08, 21 and 1B. RGB value is (8,33,27). Sum of RGB (Red+Green+Blue) = 8+33+27=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #08211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08211B is #F7DEE4. Grayscale: #181818. Windows color (decimal): -16244453 or 1777928. OLE color: 1777928.
HSL color Cylindrical-coordinate representation of color #08211B: hue angle of 165.6º 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 #08211B is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 33 | 27 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.87 |
| HSL | 165.6º | 0.61% | 0.08% | - |
| HSV(B) | 165.6º | 0.76% | 0.13% | - |
| XYZ | 0.84 | 1.22 | 1.23 | - |
| YUV | 24.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 27 | 0.76 | 0 | 0.18 | 0.87 | 165.6 | 0.61 | 0.08 |
| Hex | 8 | 21 | 1B | 4C | 0 | 12 | 57 | A6 | 3D | 8 |
| Octal | 10 | 41 | 33 | 114 | 0 | 22 | 127 | 246 | 75 | 10 |
| Binary | 1000 | 100001 | 11011 | 1001100 | 0 | 10010 | 1010111 | 10100110 | 111101 | 1000 |
Color Harmonies of #08211B
Complementary color
Monochromatic Colors of #08211B
Black with #08211B
Text Example
Text Example
White with #08211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08211B; }
p { color: rgb(8,33,27); }
H1.HeaderClassName
{
color: #08211B;
}
.AnyTagClassName
{
color: #08211B;
}
</style>
background-color css
<style>
a { background-color: #08211B; }
a { background-color: rgb(8,33,27); }
div.DivClassName
{
background-color: #08211B;
}
.BgClassName
{
background-color: #08211B;
}
</style>
border-color css
<style>
span { border-color: #08211B; }
span { border-color: rgb(8,33,27); }
td.TdClassName
{
border-color: #08211B;
}
.TagClassName
{
border-color: #08211B;
}
</style>