Shades of Dark Green #08321A
Tints of Dark Green #08321A
RGB
CMYK
RGB Variations
Color information
#08321A (or 0x08321A) is known color: Dark Green. HEX triplet: 08, 32 and 1A. RGB value is (8,50,26). Sum of RGB (Red+Green+Blue) = 8+50+26=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #08321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08321A is #F7CDE5. Grayscale: #222222. Windows color (decimal): -16240102 or 1716744. OLE color: 1716744.
HSL color Cylindrical-coordinate representation of color #08321A: hue angle of 145.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08321A is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 50 | 26 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.80 |
| HSL | 145.71º | 0.72% | 0.11% | - |
| HSV(B) | 145.71º | 0.84% | 0.2% | - |
| XYZ | 1.43 | 2.41 | 1.37 | - |
| YUV | 34.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 26 | 0.84 | 0 | 0.48 | 0.80 | 145.71 | 0.72 | 0.11 |
| Hex | 8 | 32 | 1A | 54 | 0 | 30 | 50 | 92 | 48 | B |
| Octal | 10 | 62 | 32 | 124 | 0 | 60 | 120 | 222 | 110 | 13 |
| Binary | 1000 | 110010 | 11010 | 1010100 | 0 | 110000 | 1010000 | 10010010 | 1001000 | 1011 |
Color Harmonies of #08321A
Complementary color
Monochromatic Colors of #08321A
Black with #08321A
Text Example
Text Example
White with #08321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08321A; }
p { color: rgb(8,50,26); }
H1.HeaderClassName
{
color: #08321A;
}
.AnyTagClassName
{
color: #08321A;
}
</style>
background-color css
<style>
a { background-color: #08321A; }
a { background-color: rgb(8,50,26); }
div.DivClassName
{
background-color: #08321A;
}
.BgClassName
{
background-color: #08321A;
}
</style>
border-color css
<style>
span { border-color: #08321A; }
span { border-color: rgb(8,50,26); }
td.TdClassName
{
border-color: #08321A;
}
.TagClassName
{
border-color: #08321A;
}
</style>