Shades of Dark Green #082321
Tints of Dark Green #082321
RGB
CMYK
RGB Variations
Color information
#082321 (or 0x082321) is known color: Dark Green. HEX triplet: 08, 23 and 21. RGB value is (8,35,33). Sum of RGB (Red+Green+Blue) = 8+35+33=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #082321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082321 is #F7DCDE. Grayscale: #1A1A1A. Windows color (decimal): -16243935 or 2171656. OLE color: 2171656.
HSL color Cylindrical-coordinate representation of color #082321: hue angle of 175.56º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #082321 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 35 | 33 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.86 |
| HSL | 175.56º | 0.63% | 0.08% | - |
| HSV(B) | 175.56º | 0.77% | 0.14% | - |
| XYZ | 0.98 | 1.36 | 1.65 | - |
| YUV | 26.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 33 | 0.77 | 0 | 0.06 | 0.86 | 175.56 | 0.63 | 0.08 |
| Hex | 8 | 23 | 21 | 4D | 0 | 6 | 56 | B0 | 3F | 8 |
| Octal | 10 | 43 | 41 | 115 | 0 | 6 | 126 | 260 | 77 | 10 |
| Binary | 1000 | 100011 | 100001 | 1001101 | 0 | 110 | 1010110 | 10110000 | 111111 | 1000 |
Color Harmonies of #082321
Complementary color
Monochromatic Colors of #082321
Black with #082321
Text Example
Text Example
White with #082321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082321; }
p { color: rgb(8,35,33); }
H1.HeaderClassName
{
color: #082321;
}
.AnyTagClassName
{
color: #082321;
}
</style>
background-color css
<style>
a { background-color: #082321; }
a { background-color: rgb(8,35,33); }
div.DivClassName
{
background-color: #082321;
}
.BgClassName
{
background-color: #082321;
}
</style>
border-color css
<style>
span { border-color: #082321; }
span { border-color: rgb(8,35,33); }
td.TdClassName
{
border-color: #082321;
}
.TagClassName
{
border-color: #082321;
}
</style>