Shades of Forest Green #1FAA17
Tints of Forest Green #1FAA17
RGB
CMYK
RGB Variations
Color information
#1FAA17 (or 0x1FAA17) is known color: Forest Green. HEX triplet: 1F, AA and 17. RGB value is (31,170,23). Sum of RGB (Red+Green+Blue) = 31+170+23=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAA17 is #E055E8. Grayscale: #707070. Windows color (decimal): -14702057 or 1550879. OLE color: 1550879.
HSL color Cylindrical-coordinate representation of color #1FAA17: hue angle of 116.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FAA17 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 23 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.33 |
| HSL | 116.73º | 0.76% | 0.38% | - |
| HSV(B) | 116.73º | 0.86% | 0.67% | - |
| XYZ | 15.09 | 29.1 | 5.63 | - |
| YUV | 111.68 | 77.95 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 23 | 0.82 | 0 | 0.86 | 0.33 | 116.73 | 0.76 | 0.38 |
| Hex | 1F | AA | 17 | 52 | 0 | 56 | 21 | 75 | 4C | 26 |
| Octal | 37 | 252 | 27 | 122 | 0 | 126 | 41 | 165 | 114 | 46 |
| Binary | 11111 | 10101010 | 10111 | 1010010 | 0 | 1010110 | 100001 | 1110101 | 1001100 | 100110 |
Color Harmonies of #1FAA17
Complementary color
Monochromatic Colors of #1FAA17
Black with #1FAA17
Text Example
Text Example
White with #1FAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA17; }
p { color: rgb(31,170,23); }
H1.HeaderClassName
{
color: #1FAA17;
}
.AnyTagClassName
{
color: #1FAA17;
}
</style>
background-color css
<style>
a { background-color: #1FAA17; }
a { background-color: rgb(31,170,23); }
div.DivClassName
{
background-color: #1FAA17;
}
.BgClassName
{
background-color: #1FAA17;
}
</style>
border-color css
<style>
span { border-color: #1FAA17; }
span { border-color: rgb(31,170,23); }
td.TdClassName
{
border-color: #1FAA17;
}
.TagClassName
{
border-color: #1FAA17;
}
</style>