Shades of Forest Green #0A852C
Tints of Forest Green #0A852C
RGB
CMYK
RGB Variations
Color information
#0A852C (or 0x0A852C) is known color: Forest Green. HEX triplet: 0A, 85 and 2C. RGB value is (10,133,44). Sum of RGB (Red+Green+Blue) = 10+133+44=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #0A852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A852C is #F57AD3. Grayscale: #565656. Windows color (decimal): -16087764 or 2917642. OLE color: 2917642.
HSL color Cylindrical-coordinate representation of color #0A852C: hue angle of 136.59º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A852C is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 44 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.48 |
| HSL | 136.59º | 0.86% | 0.28% | - |
| HSV(B) | 136.59º | 0.92% | 0.52% | - |
| XYZ | 8.97 | 17.02 | 5.2 | - |
| YUV | 86.08 | 104.25 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 44 | 0.92 | 0 | 0.67 | 0.48 | 136.59 | 0.86 | 0.28 |
| Hex | A | 85 | 2C | 5C | 0 | 43 | 30 | 89 | 56 | 1C |
| Octal | 12 | 205 | 54 | 134 | 0 | 103 | 60 | 211 | 126 | 34 |
| Binary | 1010 | 10000101 | 101100 | 1011100 | 0 | 1000011 | 110000 | 10001001 | 1010110 | 11100 |
Color Harmonies of #0A852C
Complementary color
Monochromatic Colors of #0A852C
Black with #0A852C
Text Example
Text Example
White with #0A852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A852C; }
p { color: rgb(10,133,44); }
H1.HeaderClassName
{
color: #0A852C;
}
.AnyTagClassName
{
color: #0A852C;
}
</style>
background-color css
<style>
a { background-color: #0A852C; }
a { background-color: rgb(10,133,44); }
div.DivClassName
{
background-color: #0A852C;
}
.BgClassName
{
background-color: #0A852C;
}
</style>
border-color css
<style>
span { border-color: #0A852C; }
span { border-color: rgb(10,133,44); }
td.TdClassName
{
border-color: #0A852C;
}
.TagClassName
{
border-color: #0A852C;
}
</style>