Shades of Forest Green #1F9620
Tints of Forest Green #1F9620
RGB
CMYK
RGB Variations
Color information
#1F9620 (or 0x1F9620) is known color: Forest Green. HEX triplet: 1F, 96 and 20. RGB value is (31,150,32). Sum of RGB (Red+Green+Blue) = 31+150+32=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9620 is #E069DF. Grayscale: #656565. Windows color (decimal): -14707168 or 2135583. OLE color: 2135583.
HSL color Cylindrical-coordinate representation of color #1F9620: hue angle of 120.5º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9620 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 32 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.41 |
| HSL | 120.5º | 0.66% | 0.35% | - |
| HSV(B) | 120.5º | 0.79% | 0.59% | - |
| XYZ | 11.73 | 22.21 | 5.03 | - |
| YUV | 100.97 | 89.08 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 32 | 0.79 | 0 | 0.79 | 0.41 | 120.5 | 0.66 | 0.35 |
| Hex | 1F | 96 | 20 | 4F | 0 | 4F | 29 | 79 | 42 | 23 |
| Octal | 37 | 226 | 40 | 117 | 0 | 117 | 51 | 171 | 102 | 43 |
| Binary | 11111 | 10010110 | 100000 | 1001111 | 0 | 1001111 | 101001 | 1111001 | 1000010 | 100011 |
Color Harmonies of #1F9620
Complementary color
Monochromatic Colors of #1F9620
Black with #1F9620
Text Example
Text Example
White with #1F9620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9620; }
p { color: rgb(31,150,32); }
H1.HeaderClassName
{
color: #1F9620;
}
.AnyTagClassName
{
color: #1F9620;
}
</style>
background-color css
<style>
a { background-color: #1F9620; }
a { background-color: rgb(31,150,32); }
div.DivClassName
{
background-color: #1F9620;
}
.BgClassName
{
background-color: #1F9620;
}
</style>
border-color css
<style>
span { border-color: #1F9620; }
span { border-color: rgb(31,150,32); }
td.TdClassName
{
border-color: #1F9620;
}
.TagClassName
{
border-color: #1F9620;
}
</style>