Shades of Forest Green #0A851D
Tints of Forest Green #0A851D
RGB
CMYK
RGB Variations
Color information
#0A851D (or 0x0A851D) is known color: Forest Green. HEX triplet: 0A, 85 and 1D. RGB value is (10,133,29). Sum of RGB (Red+Green+Blue) = 10+133+29=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #0A851D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A851D is #F57AE2. Grayscale: #545454. Windows color (decimal): -16087779 or 1934602. OLE color: 1934602.
HSL color Cylindrical-coordinate representation of color #0A851D: hue angle of 129.27º 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 #0A851D is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 29 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.48 |
| HSL | 129.27º | 0.86% | 0.28% | - |
| HSV(B) | 129.27º | 0.92% | 0.52% | - |
| XYZ | 8.73 | 16.93 | 3.97 | - |
| YUV | 84.37 | 96.75 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 29 | 0.92 | 0 | 0.78 | 0.48 | 129.27 | 0.86 | 0.28 |
| Hex | A | 85 | 1D | 5C | 0 | 4E | 30 | 81 | 56 | 1C |
| Octal | 12 | 205 | 35 | 134 | 0 | 116 | 60 | 201 | 126 | 34 |
| Binary | 1010 | 10000101 | 11101 | 1011100 | 0 | 1001110 | 110000 | 10000001 | 1010110 | 11100 |
Color Harmonies of #0A851D
Complementary color
Monochromatic Colors of #0A851D
Black with #0A851D
Text Example
Text Example
White with #0A851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A851D; }
p { color: rgb(10,133,29); }
H1.HeaderClassName
{
color: #0A851D;
}
.AnyTagClassName
{
color: #0A851D;
}
</style>
background-color css
<style>
a { background-color: #0A851D; }
a { background-color: rgb(10,133,29); }
div.DivClassName
{
background-color: #0A851D;
}
.BgClassName
{
background-color: #0A851D;
}
</style>
border-color css
<style>
span { border-color: #0A851D; }
span { border-color: rgb(10,133,29); }
td.TdClassName
{
border-color: #0A851D;
}
.TagClassName
{
border-color: #0A851D;
}
</style>