Shades of Forest Green #1FAA19
Tints of Forest Green #1FAA19
RGB
CMYK
RGB Variations
Color information
#1FAA19 (or 0x1FAA19) is known color: Forest Green. HEX triplet: 1F, AA and 19. RGB value is (31,170,25). Sum of RGB (Red+Green+Blue) = 31+170+25=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAA19 is #E055E6. Grayscale: #707070. Windows color (decimal): -14702055 or 1681951. OLE color: 1681951.
HSL color Cylindrical-coordinate representation of color #1FAA19: hue angle of 117.52º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAA19 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 25 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.33 |
| HSL | 117.52º | 0.74% | 0.38% | - |
| HSV(B) | 117.52º | 0.85% | 0.67% | - |
| XYZ | 15.12 | 29.11 | 5.74 | - |
| YUV | 111.91 | 78.95 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 25 | 0.82 | 0 | 0.85 | 0.33 | 117.52 | 0.74 | 0.38 |
| Hex | 1F | AA | 19 | 52 | 0 | 55 | 21 | 76 | 4A | 26 |
| Octal | 37 | 252 | 31 | 122 | 0 | 125 | 41 | 166 | 112 | 46 |
| Binary | 11111 | 10101010 | 11001 | 1010010 | 0 | 1010101 | 100001 | 1110110 | 1001010 | 100110 |
Color Harmonies of #1FAA19
Complementary color
Monochromatic Colors of #1FAA19
Black with #1FAA19
Text Example
Text Example
White with #1FAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA19; }
p { color: rgb(31,170,25); }
H1.HeaderClassName
{
color: #1FAA19;
}
.AnyTagClassName
{
color: #1FAA19;
}
</style>
background-color css
<style>
a { background-color: #1FAA19; }
a { background-color: rgb(31,170,25); }
div.DivClassName
{
background-color: #1FAA19;
}
.BgClassName
{
background-color: #1FAA19;
}
</style>
border-color css
<style>
span { border-color: #1FAA19; }
span { border-color: rgb(31,170,25); }
td.TdClassName
{
border-color: #1FAA19;
}
.TagClassName
{
border-color: #1FAA19;
}
</style>