Shades of Forest Green #0A8227
Tints of Forest Green #0A8227
RGB
CMYK
RGB Variations
Color information
#0A8227 (or 0x0A8227) is known color: Forest Green. HEX triplet: 0A, 82 and 27. RGB value is (10,130,39). Sum of RGB (Red+Green+Blue) = 10+130+39=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #0A8227 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8227 is #F57DD8. Grayscale: #535353. Windows color (decimal): -16088537 or 2589194. OLE color: 2589194.
HSL color Cylindrical-coordinate representation of color #0A8227: hue angle of 134.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8227 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 130 | 39 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.49 |
| HSL | 134.5º | 0.86% | 0.27% | - |
| HSV(B) | 134.5º | 0.92% | 0.51% | - |
| XYZ | 8.47 | 16.18 | 4.6 | - |
| YUV | 83.75 | 102.74 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 39 | 0.92 | 0 | 0.70 | 0.49 | 134.5 | 0.86 | 0.27 |
| Hex | A | 82 | 27 | 5C | 0 | 46 | 31 | 86 | 56 | 1B |
| Octal | 12 | 202 | 47 | 134 | 0 | 106 | 61 | 206 | 126 | 33 |
| Binary | 1010 | 10000010 | 100111 | 1011100 | 0 | 1000110 | 110001 | 10000110 | 1010110 | 11011 |
Color Harmonies of #0A8227
Complementary color
Monochromatic Colors of #0A8227
Black with #0A8227
Text Example
Text Example
White with #0A8227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8227; }
p { color: rgb(10,130,39); }
H1.HeaderClassName
{
color: #0A8227;
}
.AnyTagClassName
{
color: #0A8227;
}
</style>
background-color css
<style>
a { background-color: #0A8227; }
a { background-color: rgb(10,130,39); }
div.DivClassName
{
background-color: #0A8227;
}
.BgClassName
{
background-color: #0A8227;
}
</style>
border-color css
<style>
span { border-color: #0A8227; }
span { border-color: rgb(10,130,39); }
td.TdClassName
{
border-color: #0A8227;
}
.TagClassName
{
border-color: #0A8227;
}
</style>