Shades of Forest Green #1F8E11
Tints of Forest Green #1F8E11
RGB
CMYK
RGB Variations
Color information
#1F8E11 (or 0x1F8E11) is known color: Forest Green. HEX triplet: 1F, 8E and 11. RGB value is (31,142,17). Sum of RGB (Red+Green+Blue) = 31+142+17=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 142 (55.86% from 255 or 74.74% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8E11 is #E071EE. Grayscale: #5E5E5E. Windows color (decimal): -14709231 or 1150495. OLE color: 1150495.
HSL color Cylindrical-coordinate representation of color #1F8E11: hue angle of 113.28º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F8E11 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 142 | 17 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.44 |
| HSL | 113.28º | 0.79% | 0.31% | - |
| HSV(B) | 113.28º | 0.88% | 0.56% | - |
| XYZ | 10.34 | 19.68 | 3.78 | - |
| YUV | 94.56 | 84.23 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 17 | 0.78 | 0 | 0.88 | 0.44 | 113.28 | 0.79 | 0.31 |
| Hex | 1F | 8E | 11 | 4E | 0 | 58 | 2C | 71 | 4F | 1F |
| Octal | 37 | 216 | 21 | 116 | 0 | 130 | 54 | 161 | 117 | 37 |
| Binary | 11111 | 10001110 | 10001 | 1001110 | 0 | 1011000 | 101100 | 1110001 | 1001111 | 11111 |
Color Harmonies of #1F8E11
Complementary color
Monochromatic Colors of #1F8E11
Black with #1F8E11
Text Example
Text Example
White with #1F8E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8E11; }
p { color: rgb(31,142,17); }
H1.HeaderClassName
{
color: #1F8E11;
}
.AnyTagClassName
{
color: #1F8E11;
}
</style>
background-color css
<style>
a { background-color: #1F8E11; }
a { background-color: rgb(31,142,17); }
div.DivClassName
{
background-color: #1F8E11;
}
.BgClassName
{
background-color: #1F8E11;
}
</style>
border-color css
<style>
span { border-color: #1F8E11; }
span { border-color: rgb(31,142,17); }
td.TdClassName
{
border-color: #1F8E11;
}
.TagClassName
{
border-color: #1F8E11;
}
</style>