Shades of Forest Green #1FAA31
Tints of Forest Green #1FAA31
RGB
CMYK
RGB Variations
Color information
#1FAA31 (or 0x1FAA31) is known color: Forest Green. HEX triplet: 1F, AA and 31. RGB value is (31,170,49). Sum of RGB (Red+Green+Blue) = 31+170+49=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA31 is #E055CE. Grayscale: #727272. Windows color (decimal): -14702031 or 3254815. OLE color: 3254815.
HSL color Cylindrical-coordinate representation of color #1FAA31: hue angle of 127.77º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA31 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 49 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.33 |
| HSL | 127.77º | 0.69% | 0.39% | - |
| HSV(B) | 127.77º | 0.82% | 0.67% | - |
| XYZ | 15.49 | 29.26 | 7.74 | - |
| YUV | 114.65 | 90.95 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 49 | 0.82 | 0 | 0.71 | 0.33 | 127.77 | 0.69 | 0.39 |
| Hex | 1F | AA | 31 | 52 | 0 | 47 | 21 | 80 | 45 | 27 |
| Octal | 37 | 252 | 61 | 122 | 0 | 107 | 41 | 200 | 105 | 47 |
| Binary | 11111 | 10101010 | 110001 | 1010010 | 0 | 1000111 | 100001 | 10000000 | 1000101 | 100111 |
Color Harmonies of #1FAA31
Complementary color
Monochromatic Colors of #1FAA31
Black with #1FAA31
Text Example
Text Example
White with #1FAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA31; }
p { color: rgb(31,170,49); }
H1.HeaderClassName
{
color: #1FAA31;
}
.AnyTagClassName
{
color: #1FAA31;
}
</style>
background-color css
<style>
a { background-color: #1FAA31; }
a { background-color: rgb(31,170,49); }
div.DivClassName
{
background-color: #1FAA31;
}
.BgClassName
{
background-color: #1FAA31;
}
</style>
border-color css
<style>
span { border-color: #1FAA31; }
span { border-color: rgb(31,170,49); }
td.TdClassName
{
border-color: #1FAA31;
}
.TagClassName
{
border-color: #1FAA31;
}
</style>