Shades of Forest Green #19920F
Tints of Forest Green #19920F
RGB
CMYK
RGB Variations
Color information
#19920F (or 0x19920F) is known color: Forest Green. HEX triplet: 19, 92 and 0F. RGB value is (25,146,15). Sum of RGB (Red+Green+Blue) = 25+146+15=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 146 (57.42% from 255 or 78.49% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 146 - color contains mainly: green. Hex color #19920F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19920F is #E66DF0. Grayscale: #5F5F5F. Windows color (decimal): -15101425 or 1020441. OLE color: 1020441.
HSL color Cylindrical-coordinate representation of color #19920F: hue angle of 115.42º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19920F is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 15 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.43 |
| HSL | 115.42º | 0.81% | 0.32% | - |
| HSV(B) | 115.42º | 0.9% | 0.57% | - |
| XYZ | 10.77 | 20.8 | 3.9 | - |
| YUV | 94.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 15 | 0.83 | 0 | 0.90 | 0.43 | 115.42 | 0.81 | 0.32 |
| Hex | 19 | 92 | F | 53 | 0 | 5A | 2B | 73 | 51 | 20 |
| Octal | 31 | 222 | 17 | 123 | 0 | 132 | 53 | 163 | 121 | 40 |
| Binary | 11001 | 10010010 | 1111 | 1010011 | 0 | 1011010 | 101011 | 1110011 | 1010001 | 100000 |
Color Harmonies of #19920F
Complementary color
Monochromatic Colors of #19920F
Black with #19920F
Text Example
Text Example
White with #19920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19920F; }
p { color: rgb(25,146,15); }
H1.HeaderClassName
{
color: #19920F;
}
.AnyTagClassName
{
color: #19920F;
}
</style>
background-color css
<style>
a { background-color: #19920F; }
a { background-color: rgb(25,146,15); }
div.DivClassName
{
background-color: #19920F;
}
.BgClassName
{
background-color: #19920F;
}
</style>
border-color css
<style>
span { border-color: #19920F; }
span { border-color: rgb(25,146,15); }
td.TdClassName
{
border-color: #19920F;
}
.TagClassName
{
border-color: #19920F;
}
</style>