Shades of Forest Green #1FA139
Tints of Forest Green #1FA139
RGB
CMYK
RGB Variations
Color information
#1FA139 (or 0x1FA139) is known color: Forest Green. HEX triplet: 1F, A1 and 39. RGB value is (31,161,57). Sum of RGB (Red+Green+Blue) = 31+161+57=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 161 (63.28% from 255 or 64.66% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA139 is #E05EC6. Grayscale: #6E6E6E. Windows color (decimal): -14704327 or 3776799. OLE color: 3776799.
HSL color Cylindrical-coordinate representation of color #1FA139: hue angle of 132º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA139 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 57 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.37 |
| HSL | 132º | 0.68% | 0.38% | - |
| HSV(B) | 132º | 0.81% | 0.63% | - |
| XYZ | 14.05 | 26.08 | 8.16 | - |
| YUV | 110.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 57 | 0.81 | 0 | 0.65 | 0.37 | 132 | 0.68 | 0.38 |
| Hex | 1F | A1 | 39 | 51 | 0 | 41 | 25 | 84 | 44 | 26 |
| Octal | 37 | 241 | 71 | 121 | 0 | 101 | 45 | 204 | 104 | 46 |
| Binary | 11111 | 10100001 | 111001 | 1010001 | 0 | 1000001 | 100101 | 10000100 | 1000100 | 100110 |
Color Harmonies of #1FA139
Complementary color
Monochromatic Colors of #1FA139
Black with #1FA139
Text Example
Text Example
White with #1FA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA139; }
p { color: rgb(31,161,57); }
H1.HeaderClassName
{
color: #1FA139;
}
.AnyTagClassName
{
color: #1FA139;
}
</style>
background-color css
<style>
a { background-color: #1FA139; }
a { background-color: rgb(31,161,57); }
div.DivClassName
{
background-color: #1FA139;
}
.BgClassName
{
background-color: #1FA139;
}
</style>
border-color css
<style>
span { border-color: #1FA139; }
span { border-color: rgb(31,161,57); }
td.TdClassName
{
border-color: #1FA139;
}
.TagClassName
{
border-color: #1FA139;
}
</style>