Shades of Green #08820D
Tints of Green #08820D
RGB
CMYK
RGB Variations
Color information
#08820D (or 0x08820D) is known color: Green. HEX triplet: 08, 82 and 0D. RGB value is (8,130,13). Sum of RGB (Red+Green+Blue) = 8+130+13=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #08820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08820D is #F77DF2. Grayscale: #505050. Windows color (decimal): -16219635 or 885256. OLE color: 885256.
HSL color Cylindrical-coordinate representation of color #08820D: hue angle of 122.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08820D is Cyan = 0.94, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 13 | - |
| CMYK | 0.94 | 0 | 0.9 | 0.49 |
| HSL | 122.46º | 0.88% | 0.27% | - |
| HSV(B) | 122.46º | 0.94% | 0.51% | - |
| XYZ | 8.16 | 16.05 | 3.05 | - |
| YUV | 80.18 | 90.08 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 13 | 0.94 | 0 | 0.9 | 0.49 | 122.46 | 0.88 | 0.27 |
| Hex | 8 | 82 | D | 5E | 0 | 5A | 31 | 7A | 58 | 1B |
| Octal | 10 | 202 | 15 | 136 | 0 | 132 | 61 | 172 | 130 | 33 |
| Binary | 1000 | 10000010 | 1101 | 1011110 | 0 | 1011010 | 110001 | 1111010 | 1011000 | 11011 |
Color Harmonies of #08820D
Complementary color
Monochromatic Colors of #08820D
Black with #08820D
Text Example
Text Example
White with #08820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08820D; }
p { color: rgb(8,130,13); }
H1.HeaderClassName
{
color: #08820D;
}
.AnyTagClassName
{
color: #08820D;
}
</style>
background-color css
<style>
a { background-color: #08820D; }
a { background-color: rgb(8,130,13); }
div.DivClassName
{
background-color: #08820D;
}
.BgClassName
{
background-color: #08820D;
}
</style>
border-color css
<style>
span { border-color: #08820D; }
span { border-color: rgb(8,130,13); }
td.TdClassName
{
border-color: #08820D;
}
.TagClassName
{
border-color: #08820D;
}
</style>