Shades of Forest Green #1F9712
Tints of Forest Green #1F9712
RGB
CMYK
RGB Variations
Color information
#1F9712 (or 0x1F9712) is known color: Forest Green. HEX triplet: 1F, 97 and 12. RGB value is (31,151,18). Sum of RGB (Red+Green+Blue) = 31+151+18=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 151 (59.38% from 255 or 75.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 151 - color contains mainly: green. Hex color #1F9712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9712 is #E068ED. Grayscale: #646464. Windows color (decimal): -14706926 or 1218335. OLE color: 1218335.
HSL color Cylindrical-coordinate representation of color #1F9712: hue angle of 114.14º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9712 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 18 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.41 |
| HSL | 114.14º | 0.79% | 0.33% | - |
| HSV(B) | 114.14º | 0.88% | 0.59% | - |
| XYZ | 11.74 | 22.47 | 4.29 | - |
| YUV | 99.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 18 | 0.79 | 0 | 0.88 | 0.41 | 114.14 | 0.79 | 0.33 |
| Hex | 1F | 97 | 12 | 4F | 0 | 58 | 29 | 72 | 4F | 21 |
| Octal | 37 | 227 | 22 | 117 | 0 | 130 | 51 | 162 | 117 | 41 |
| Binary | 11111 | 10010111 | 10010 | 1001111 | 0 | 1011000 | 101001 | 1110010 | 1001111 | 100001 |
Color Harmonies of #1F9712
Complementary color
Monochromatic Colors of #1F9712
Black with #1F9712
Text Example
Text Example
White with #1F9712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9712; }
p { color: rgb(31,151,18); }
H1.HeaderClassName
{
color: #1F9712;
}
.AnyTagClassName
{
color: #1F9712;
}
</style>
background-color css
<style>
a { background-color: #1F9712; }
a { background-color: rgb(31,151,18); }
div.DivClassName
{
background-color: #1F9712;
}
.BgClassName
{
background-color: #1F9712;
}
</style>
border-color css
<style>
span { border-color: #1F9712; }
span { border-color: rgb(31,151,18); }
td.TdClassName
{
border-color: #1F9712;
}
.TagClassName
{
border-color: #1F9712;
}
</style>