Shades of Forest Green #1FAA10
Tints of Forest Green #1FAA10
RGB
CMYK
RGB Variations
Color information
#1FAA10 (or 0x1FAA10) is known color: Forest Green. HEX triplet: 1F, AA and 10. RGB value is (31,170,16). Sum of RGB (Red+Green+Blue) = 31+170+16=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAA10 is #E055EF. Grayscale: #6F6F6F. Windows color (decimal): -14702064 or 1092127. OLE color: 1092127.
HSL color Cylindrical-coordinate representation of color #1FAA10: hue angle of 114.16º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FAA10 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 16 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.33 |
| HSL | 114.16º | 0.83% | 0.36% | - |
| HSV(B) | 114.16º | 0.91% | 0.67% | - |
| XYZ | 15.03 | 29.08 | 5.31 | - |
| YUV | 110.88 | 74.45 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 16 | 0.82 | 0 | 0.91 | 0.33 | 114.16 | 0.83 | 0.36 |
| Hex | 1F | AA | 10 | 52 | 0 | 5B | 21 | 72 | 53 | 24 |
| Octal | 37 | 252 | 20 | 122 | 0 | 133 | 41 | 162 | 123 | 44 |
| Binary | 11111 | 10101010 | 10000 | 1010010 | 0 | 1011011 | 100001 | 1110010 | 1010011 | 100100 |
Color Harmonies of #1FAA10
Complementary color
Monochromatic Colors of #1FAA10
Black with #1FAA10
Text Example
Text Example
White with #1FAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA10; }
p { color: rgb(31,170,16); }
H1.HeaderClassName
{
color: #1FAA10;
}
.AnyTagClassName
{
color: #1FAA10;
}
</style>
background-color css
<style>
a { background-color: #1FAA10; }
a { background-color: rgb(31,170,16); }
div.DivClassName
{
background-color: #1FAA10;
}
.BgClassName
{
background-color: #1FAA10;
}
</style>
border-color css
<style>
span { border-color: #1FAA10; }
span { border-color: rgb(31,170,16); }
td.TdClassName
{
border-color: #1FAA10;
}
.TagClassName
{
border-color: #1FAA10;
}
</style>