Shades of Forest Green #1F8211
Tints of Forest Green #1F8211
RGB
CMYK
RGB Variations
Color information
#1F8211 (or 0x1F8211) is known color: Forest Green. HEX triplet: 1F, 82 and 11. RGB value is (31,130,17). Sum of RGB (Red+Green+Blue) = 31+130+17=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8211 is #E07DEE. Grayscale: #575757. Windows color (decimal): -14712303 or 1147423. OLE color: 1147423.
HSL color Cylindrical-coordinate representation of color #1F8211: hue angle of 112.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8211 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 17 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.49 |
| HSL | 112.57º | 0.77% | 0.29% | - |
| HSV(B) | 112.57º | 0.87% | 0.51% | - |
| XYZ | 8.65 | 16.3 | 3.22 | - |
| YUV | 87.52 | 88.2 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 17 | 0.76 | 0 | 0.87 | 0.49 | 112.57 | 0.77 | 0.29 |
| Hex | 1F | 82 | 11 | 4C | 0 | 57 | 31 | 71 | 4D | 1D |
| Octal | 37 | 202 | 21 | 114 | 0 | 127 | 61 | 161 | 115 | 35 |
| Binary | 11111 | 10000010 | 10001 | 1001100 | 0 | 1010111 | 110001 | 1110001 | 1001101 | 11101 |
Color Harmonies of #1F8211
Complementary color
Monochromatic Colors of #1F8211
Black with #1F8211
Text Example
Text Example
White with #1F8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8211; }
p { color: rgb(31,130,17); }
H1.HeaderClassName
{
color: #1F8211;
}
.AnyTagClassName
{
color: #1F8211;
}
</style>
background-color css
<style>
a { background-color: #1F8211; }
a { background-color: rgb(31,130,17); }
div.DivClassName
{
background-color: #1F8211;
}
.BgClassName
{
background-color: #1F8211;
}
</style>
border-color css
<style>
span { border-color: #1F8211; }
span { border-color: rgb(31,130,17); }
td.TdClassName
{
border-color: #1F8211;
}
.TagClassName
{
border-color: #1F8211;
}
</style>