Shades of Forest Green #0A8320
Tints of Forest Green #0A8320
RGB
CMYK
RGB Variations
Color information
#0A8320 (or 0x0A8320) is known color: Forest Green. HEX triplet: 0A, 83 and 20. RGB value is (10,131,32). Sum of RGB (Red+Green+Blue) = 10+131+32=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8320 is #F57CDF. Grayscale: #535353. Windows color (decimal): -16088288 or 2130698. OLE color: 2130698.
HSL color Cylindrical-coordinate representation of color #0A8320: hue angle of 130.91º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8320 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 32 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.49 |
| HSL | 130.91º | 0.86% | 0.28% | - |
| HSV(B) | 130.91º | 0.92% | 0.51% | - |
| XYZ | 8.5 | 16.4 | 4.08 | - |
| YUV | 83.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 32 | 0.92 | 0 | 0.76 | 0.49 | 130.91 | 0.86 | 0.28 |
| Hex | A | 83 | 20 | 5C | 0 | 4C | 31 | 83 | 56 | 1C |
| Octal | 12 | 203 | 40 | 134 | 0 | 114 | 61 | 203 | 126 | 34 |
| Binary | 1010 | 10000011 | 100000 | 1011100 | 0 | 1001100 | 110001 | 10000011 | 1010110 | 11100 |
Color Harmonies of #0A8320
Complementary color
Monochromatic Colors of #0A8320
Black with #0A8320
Text Example
Text Example
White with #0A8320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8320; }
p { color: rgb(10,131,32); }
H1.HeaderClassName
{
color: #0A8320;
}
.AnyTagClassName
{
color: #0A8320;
}
</style>
background-color css
<style>
a { background-color: #0A8320; }
a { background-color: rgb(10,131,32); }
div.DivClassName
{
background-color: #0A8320;
}
.BgClassName
{
background-color: #0A8320;
}
</style>
border-color css
<style>
span { border-color: #0A8320; }
span { border-color: rgb(10,131,32); }
td.TdClassName
{
border-color: #0A8320;
}
.TagClassName
{
border-color: #0A8320;
}
</style>