Shades of Forest Green #19860F
Tints of Forest Green #19860F
RGB
CMYK
RGB Variations
Color information
#19860F (or 0x19860F) is known color: Forest Green. HEX triplet: 19, 86 and 0F. RGB value is (25,134,15). Sum of RGB (Red+Green+Blue) = 25+134+15=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 134 (52.73% from 255 or 77.01% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 134 - color contains mainly: green. Hex color #19860F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19860F is #E679F0. Grayscale: #585858. Windows color (decimal): -15104497 or 1017369. OLE color: 1017369.
HSL color Cylindrical-coordinate representation of color #19860F: hue angle of 114.96º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19860F is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 15 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.47 |
| HSL | 114.96º | 0.8% | 0.29% | - |
| HSV(B) | 114.96º | 0.89% | 0.53% | - |
| XYZ | 9.01 | 17.29 | 3.31 | - |
| YUV | 87.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 15 | 0.81 | 0 | 0.89 | 0.47 | 114.96 | 0.8 | 0.29 |
| Hex | 19 | 86 | F | 51 | 0 | 59 | 2F | 73 | 50 | 1D |
| Octal | 31 | 206 | 17 | 121 | 0 | 131 | 57 | 163 | 120 | 35 |
| Binary | 11001 | 10000110 | 1111 | 1010001 | 0 | 1011001 | 101111 | 1110011 | 1010000 | 11101 |
Color Harmonies of #19860F
Complementary color
Monochromatic Colors of #19860F
Black with #19860F
Text Example
Text Example
White with #19860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19860F; }
p { color: rgb(25,134,15); }
H1.HeaderClassName
{
color: #19860F;
}
.AnyTagClassName
{
color: #19860F;
}
</style>
background-color css
<style>
a { background-color: #19860F; }
a { background-color: rgb(25,134,15); }
div.DivClassName
{
background-color: #19860F;
}
.BgClassName
{
background-color: #19860F;
}
</style>
border-color css
<style>
span { border-color: #19860F; }
span { border-color: rgb(25,134,15); }
td.TdClassName
{
border-color: #19860F;
}
.TagClassName
{
border-color: #19860F;
}
</style>