Shades of Forest Green #19850F
Tints of Forest Green #19850F
RGB
CMYK
RGB Variations
Color information
#19850F (or 0x19850F) is known color: Forest Green. HEX triplet: 19, 85 and 0F. RGB value is (25,133,15). Sum of RGB (Red+Green+Blue) = 25+133+15=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #19850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19850F is #E67AF0. Grayscale: #575757. Windows color (decimal): -15104753 or 1017113. OLE color: 1017113.
HSL color Cylindrical-coordinate representation of color #19850F: hue angle of 114.92º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19850F is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 15 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.48 |
| HSL | 114.92º | 0.8% | 0.29% | - |
| HSV(B) | 114.92º | 0.89% | 0.52% | - |
| XYZ | 8.87 | 17.02 | 3.27 | - |
| YUV | 87.26 | 87.22 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 15 | 0.81 | 0 | 0.89 | 0.48 | 114.92 | 0.8 | 0.29 |
| Hex | 19 | 85 | F | 51 | 0 | 59 | 30 | 73 | 50 | 1D |
| Octal | 31 | 205 | 17 | 121 | 0 | 131 | 60 | 163 | 120 | 35 |
| Binary | 11001 | 10000101 | 1111 | 1010001 | 0 | 1011001 | 110000 | 1110011 | 1010000 | 11101 |
Color Harmonies of #19850F
Complementary color
Monochromatic Colors of #19850F
Black with #19850F
Text Example
Text Example
White with #19850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19850F; }
p { color: rgb(25,133,15); }
H1.HeaderClassName
{
color: #19850F;
}
.AnyTagClassName
{
color: #19850F;
}
</style>
background-color css
<style>
a { background-color: #19850F; }
a { background-color: rgb(25,133,15); }
div.DivClassName
{
background-color: #19850F;
}
.BgClassName
{
background-color: #19850F;
}
</style>
border-color css
<style>
span { border-color: #19850F; }
span { border-color: rgb(25,133,15); }
td.TdClassName
{
border-color: #19850F;
}
.TagClassName
{
border-color: #19850F;
}
</style>