Shades of Forest Green #1FAA11
Tints of Forest Green #1FAA11
RGB
CMYK
RGB Variations
Color information
#1FAA11 (or 0x1FAA11) is known color: Forest Green. HEX triplet: 1F, AA and 11. RGB value is (31,170,17). Sum of RGB (Red+Green+Blue) = 31+170+17=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 170 (66.80% from 255 or 77.98% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAA11 is #E055EE. Grayscale: #6F6F6F. Windows color (decimal): -14702063 or 1157663. OLE color: 1157663.
HSL color Cylindrical-coordinate representation of color #1FAA11: hue angle of 114.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FAA11 is Cyan = 0.82, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 17 | - |
| CMYK | 0.82 | 0 | 0.9 | 0.33 |
| HSL | 114.51º | 0.82% | 0.37% | - |
| HSV(B) | 114.51º | 0.9% | 0.67% | - |
| XYZ | 15.04 | 29.08 | 5.35 | - |
| YUV | 111 | 74.95 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 17 | 0.82 | 0 | 0.9 | 0.33 | 114.51 | 0.82 | 0.37 |
| Hex | 1F | AA | 11 | 52 | 0 | 5A | 21 | 73 | 52 | 25 |
| Octal | 37 | 252 | 21 | 122 | 0 | 132 | 41 | 163 | 122 | 45 |
| Binary | 11111 | 10101010 | 10001 | 1010010 | 0 | 1011010 | 100001 | 1110011 | 1010010 | 100101 |
Color Harmonies of #1FAA11
Complementary color
Monochromatic Colors of #1FAA11
Black with #1FAA11
Text Example
Text Example
White with #1FAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA11; }
p { color: rgb(31,170,17); }
H1.HeaderClassName
{
color: #1FAA11;
}
.AnyTagClassName
{
color: #1FAA11;
}
</style>
background-color css
<style>
a { background-color: #1FAA11; }
a { background-color: rgb(31,170,17); }
div.DivClassName
{
background-color: #1FAA11;
}
.BgClassName
{
background-color: #1FAA11;
}
</style>
border-color css
<style>
span { border-color: #1FAA11; }
span { border-color: rgb(31,170,17); }
td.TdClassName
{
border-color: #1FAA11;
}
.TagClassName
{
border-color: #1FAA11;
}
</style>