Shades of Forest Green #19960F
Tints of Forest Green #19960F
RGB
CMYK
RGB Variations
Color information
#19960F (or 0x19960F) is known color: Forest Green. HEX triplet: 19, 96 and 0F. RGB value is (25,150,15). Sum of RGB (Red+Green+Blue) = 25+150+15=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 150 (58.98% from 255 or 78.95% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 150 - color contains mainly: green. Hex color #19960F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19960F is #E669F0. Grayscale: #616161. Windows color (decimal): -15100401 or 1021465. OLE color: 1021465.
HSL color Cylindrical-coordinate representation of color #19960F: hue angle of 115.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19960F is Cyan = 0.83, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 15 | - |
| CMYK | 0.83 | 0 | 0.9 | 0.41 |
| HSL | 115.56º | 0.82% | 0.32% | - |
| HSV(B) | 115.56º | 0.9% | 0.59% | - |
| XYZ | 11.39 | 22.05 | 4.11 | - |
| YUV | 97.24 | 81.59 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 15 | 0.83 | 0 | 0.9 | 0.41 | 115.56 | 0.82 | 0.32 |
| Hex | 19 | 96 | F | 53 | 0 | 5A | 29 | 74 | 52 | 20 |
| Octal | 31 | 226 | 17 | 123 | 0 | 132 | 51 | 164 | 122 | 40 |
| Binary | 11001 | 10010110 | 1111 | 1010011 | 0 | 1011010 | 101001 | 1110100 | 1010010 | 100000 |
Color Harmonies of #19960F
Complementary color
Monochromatic Colors of #19960F
Black with #19960F
Text Example
Text Example
White with #19960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19960F; }
p { color: rgb(25,150,15); }
H1.HeaderClassName
{
color: #19960F;
}
.AnyTagClassName
{
color: #19960F;
}
</style>
background-color css
<style>
a { background-color: #19960F; }
a { background-color: rgb(25,150,15); }
div.DivClassName
{
background-color: #19960F;
}
.BgClassName
{
background-color: #19960F;
}
</style>
border-color css
<style>
span { border-color: #19960F; }
span { border-color: rgb(25,150,15); }
td.TdClassName
{
border-color: #19960F;
}
.TagClassName
{
border-color: #19960F;
}
</style>