Shades of Forest Green #0A871D
Tints of Forest Green #0A871D
RGB
CMYK
RGB Variations
Color information
#0A871D (or 0x0A871D) is known color: Forest Green. HEX triplet: 0A, 87 and 1D. RGB value is (10,135,29). Sum of RGB (Red+Green+Blue) = 10+135+29=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 135 (53.12% from 255 or 77.59% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 135 - color contains mainly: green. Hex color #0A871D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A871D is #F578E2. Grayscale: #555555. Windows color (decimal): -16087267 or 1935114. OLE color: 1935114.
HSL color Cylindrical-coordinate representation of color #0A871D: hue angle of 129.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A871D is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 29 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.47 |
| HSL | 129.12º | 0.86% | 0.28% | - |
| HSV(B) | 129.12º | 0.93% | 0.53% | - |
| XYZ | 9.01 | 17.48 | 4.06 | - |
| YUV | 85.54 | 96.09 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 29 | 0.93 | 0 | 0.79 | 0.47 | 129.12 | 0.86 | 0.28 |
| Hex | A | 87 | 1D | 5D | 0 | 4F | 2F | 81 | 56 | 1C |
| Octal | 12 | 207 | 35 | 135 | 0 | 117 | 57 | 201 | 126 | 34 |
| Binary | 1010 | 10000111 | 11101 | 1011101 | 0 | 1001111 | 101111 | 10000001 | 1010110 | 11100 |
Color Harmonies of #0A871D
Complementary color
Monochromatic Colors of #0A871D
Black with #0A871D
Text Example
Text Example
White with #0A871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A871D; }
p { color: rgb(10,135,29); }
H1.HeaderClassName
{
color: #0A871D;
}
.AnyTagClassName
{
color: #0A871D;
}
</style>
background-color css
<style>
a { background-color: #0A871D; }
a { background-color: rgb(10,135,29); }
div.DivClassName
{
background-color: #0A871D;
}
.BgClassName
{
background-color: #0A871D;
}
</style>
border-color css
<style>
span { border-color: #0A871D; }
span { border-color: rgb(10,135,29); }
td.TdClassName
{
border-color: #0A871D;
}
.TagClassName
{
border-color: #0A871D;
}
</style>