Shades of Forest Green #1F9710
Tints of Forest Green #1F9710
RGB
CMYK
RGB Variations
Color information
#1F9710 (or 0x1F9710) is known color: Forest Green. HEX triplet: 1F, 97 and 10. RGB value is (31,151,16). Sum of RGB (Red+Green+Blue) = 31+151+16=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 151 (59.38% from 255 or 76.26% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9710 is #E068EF. Grayscale: #646464. Windows color (decimal): -14706928 or 1087263. OLE color: 1087263.
HSL color Cylindrical-coordinate representation of color #1F9710: hue angle of 113.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F9710 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 16 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.41 |
| HSL | 113.33º | 0.81% | 0.33% | - |
| HSV(B) | 113.33º | 0.89% | 0.59% | - |
| XYZ | 11.73 | 22.46 | 4.21 | - |
| YUV | 99.73 | 80.74 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 16 | 0.79 | 0 | 0.89 | 0.41 | 113.33 | 0.81 | 0.33 |
| Hex | 1F | 97 | 10 | 4F | 0 | 59 | 29 | 71 | 51 | 21 |
| Octal | 37 | 227 | 20 | 117 | 0 | 131 | 51 | 161 | 121 | 41 |
| Binary | 11111 | 10010111 | 10000 | 1001111 | 0 | 1011001 | 101001 | 1110001 | 1010001 | 100001 |
Color Harmonies of #1F9710
Complementary color
Monochromatic Colors of #1F9710
Black with #1F9710
Text Example
Text Example
White with #1F9710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9710; }
p { color: rgb(31,151,16); }
H1.HeaderClassName
{
color: #1F9710;
}
.AnyTagClassName
{
color: #1F9710;
}
</style>
background-color css
<style>
a { background-color: #1F9710; }
a { background-color: rgb(31,151,16); }
div.DivClassName
{
background-color: #1F9710;
}
.BgClassName
{
background-color: #1F9710;
}
</style>
border-color css
<style>
span { border-color: #1F9710; }
span { border-color: rgb(31,151,16); }
td.TdClassName
{
border-color: #1F9710;
}
.TagClassName
{
border-color: #1F9710;
}
</style>