Shades of Forest Green #0A852A
Tints of Forest Green #0A852A
RGB
CMYK
RGB Variations
Color information
#0A852A (or 0x0A852A) is known color: Forest Green. HEX triplet: 0A, 85 and 2A. RGB value is (10,133,42). Sum of RGB (Red+Green+Blue) = 10+133+42=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #0A852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A852A is #F57AD5. Grayscale: #565656. Windows color (decimal): -16087766 or 2786570. OLE color: 2786570.
HSL color Cylindrical-coordinate representation of color #0A852A: hue angle of 135.61º 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 #0A852A is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 42 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.48 |
| HSL | 135.61º | 0.86% | 0.28% | - |
| HSV(B) | 135.61º | 0.92% | 0.52% | - |
| XYZ | 8.93 | 17.01 | 5 | - |
| YUV | 85.85 | 103.25 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 42 | 0.92 | 0 | 0.68 | 0.48 | 135.61 | 0.86 | 0.28 |
| Hex | A | 85 | 2A | 5C | 0 | 44 | 30 | 88 | 56 | 1C |
| Octal | 12 | 205 | 52 | 134 | 0 | 104 | 60 | 210 | 126 | 34 |
| Binary | 1010 | 10000101 | 101010 | 1011100 | 0 | 1000100 | 110000 | 10001000 | 1010110 | 11100 |
Color Harmonies of #0A852A
Complementary color
Monochromatic Colors of #0A852A
Black with #0A852A
Text Example
Text Example
White with #0A852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A852A; }
p { color: rgb(10,133,42); }
H1.HeaderClassName
{
color: #0A852A;
}
.AnyTagClassName
{
color: #0A852A;
}
</style>
background-color css
<style>
a { background-color: #0A852A; }
a { background-color: rgb(10,133,42); }
div.DivClassName
{
background-color: #0A852A;
}
.BgClassName
{
background-color: #0A852A;
}
</style>
border-color css
<style>
span { border-color: #0A852A; }
span { border-color: rgb(10,133,42); }
td.TdClassName
{
border-color: #0A852A;
}
.TagClassName
{
border-color: #0A852A;
}
</style>