Shades of Forest Green #1F8411
Tints of Forest Green #1F8411
RGB
CMYK
RGB Variations
Color information
#1F8411 (or 0x1F8411) is known color: Forest Green. HEX triplet: 1F, 84 and 11. RGB value is (31,132,17). Sum of RGB (Red+Green+Blue) = 31+132+17=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8411 is #E07BEE. Grayscale: #595959. Windows color (decimal): -14711791 or 1147935. OLE color: 1147935.
HSL color Cylindrical-coordinate representation of color #1F8411: hue angle of 112.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8411 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 132 | 17 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.48 |
| HSL | 112.7º | 0.77% | 0.29% | - |
| HSV(B) | 112.7º | 0.87% | 0.52% | - |
| XYZ | 8.92 | 16.83 | 3.31 | - |
| YUV | 88.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 17 | 0.77 | 0 | 0.87 | 0.48 | 112.7 | 0.77 | 0.29 |
| Hex | 1F | 84 | 11 | 4D | 0 | 57 | 30 | 71 | 4D | 1D |
| Octal | 37 | 204 | 21 | 115 | 0 | 127 | 60 | 161 | 115 | 35 |
| Binary | 11111 | 10000100 | 10001 | 1001101 | 0 | 1010111 | 110000 | 1110001 | 1001101 | 11101 |
Color Harmonies of #1F8411
Complementary color
Monochromatic Colors of #1F8411
Black with #1F8411
Text Example
Text Example
White with #1F8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8411; }
p { color: rgb(31,132,17); }
H1.HeaderClassName
{
color: #1F8411;
}
.AnyTagClassName
{
color: #1F8411;
}
</style>
background-color css
<style>
a { background-color: #1F8411; }
a { background-color: rgb(31,132,17); }
div.DivClassName
{
background-color: #1F8411;
}
.BgClassName
{
background-color: #1F8411;
}
</style>
border-color css
<style>
span { border-color: #1F8411; }
span { border-color: rgb(31,132,17); }
td.TdClassName
{
border-color: #1F8411;
}
.TagClassName
{
border-color: #1F8411;
}
</style>