Shades of Forest Green #1FAA18
Tints of Forest Green #1FAA18
RGB
CMYK
RGB Variations
Color information
#1FAA18 (or 0x1FAA18) is known color: Forest Green. HEX triplet: 1F, AA and 18. RGB value is (31,170,24). Sum of RGB (Red+Green+Blue) = 31+170+24=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAA18 is #E055E7. Grayscale: #707070. Windows color (decimal): -14702056 or 1616415. OLE color: 1616415.
HSL color Cylindrical-coordinate representation of color #1FAA18: hue angle of 117.12º degrees, saturation: 0.75, 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 #1FAA18 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 24 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.33 |
| HSL | 117.12º | 0.75% | 0.38% | - |
| HSV(B) | 117.12º | 0.86% | 0.67% | - |
| XYZ | 15.1 | 29.11 | 5.69 | - |
| YUV | 111.8 | 78.45 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 24 | 0.82 | 0 | 0.86 | 0.33 | 117.12 | 0.75 | 0.38 |
| Hex | 1F | AA | 18 | 52 | 0 | 56 | 21 | 75 | 4B | 26 |
| Octal | 37 | 252 | 30 | 122 | 0 | 126 | 41 | 165 | 113 | 46 |
| Binary | 11111 | 10101010 | 11000 | 1010010 | 0 | 1010110 | 100001 | 1110101 | 1001011 | 100110 |
Color Harmonies of #1FAA18
Complementary color
Monochromatic Colors of #1FAA18
Black with #1FAA18
Text Example
Text Example
White with #1FAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA18; }
p { color: rgb(31,170,24); }
H1.HeaderClassName
{
color: #1FAA18;
}
.AnyTagClassName
{
color: #1FAA18;
}
</style>
background-color css
<style>
a { background-color: #1FAA18; }
a { background-color: rgb(31,170,24); }
div.DivClassName
{
background-color: #1FAA18;
}
.BgClassName
{
background-color: #1FAA18;
}
</style>
border-color css
<style>
span { border-color: #1FAA18; }
span { border-color: rgb(31,170,24); }
td.TdClassName
{
border-color: #1FAA18;
}
.TagClassName
{
border-color: #1FAA18;
}
</style>