Shades of Dark Green #082721
Tints of Dark Green #082721
RGB
CMYK
RGB Variations
Color information
#082721 (or 0x082721) is known color: Dark Green. HEX triplet: 08, 27 and 21. RGB value is (8,39,33). Sum of RGB (Red+Green+Blue) = 8+39+33=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #082721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082721 is #F7D8DE. Grayscale: #1D1D1D. Windows color (decimal): -16242911 or 2172680. OLE color: 2172680.
HSL color Cylindrical-coordinate representation of color #082721: hue angle of 168.39º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082721 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 33 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.85 |
| HSL | 168.39º | 0.66% | 0.09% | - |
| HSV(B) | 168.39º | 0.79% | 0.15% | - |
| XYZ | 1.1 | 1.61 | 1.69 | - |
| YUV | 29.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 33 | 0.79 | 0 | 0.15 | 0.85 | 168.39 | 0.66 | 0.09 |
| Hex | 8 | 27 | 21 | 4F | 0 | F | 55 | A8 | 42 | 9 |
| Octal | 10 | 47 | 41 | 117 | 0 | 17 | 125 | 250 | 102 | 11 |
| Binary | 1000 | 100111 | 100001 | 1001111 | 0 | 1111 | 1010101 | 10101000 | 1000010 | 1001 |
Color Harmonies of #082721
Complementary color
Monochromatic Colors of #082721
Black with #082721
Text Example
Text Example
White with #082721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082721; }
p { color: rgb(8,39,33); }
H1.HeaderClassName
{
color: #082721;
}
.AnyTagClassName
{
color: #082721;
}
</style>
background-color css
<style>
a { background-color: #082721; }
a { background-color: rgb(8,39,33); }
div.DivClassName
{
background-color: #082721;
}
.BgClassName
{
background-color: #082721;
}
</style>
border-color css
<style>
span { border-color: #082721; }
span { border-color: rgb(8,39,33); }
td.TdClassName
{
border-color: #082721;
}
.TagClassName
{
border-color: #082721;
}
</style>