Shades of Forest Green #1FA014
Tints of Forest Green #1FA014
RGB
CMYK
RGB Variations
Color information
#1FA014 (or 0x1FA014) is known color: Forest Green. HEX triplet: 1F, A0 and 14. RGB value is (31,160,20). Sum of RGB (Red+Green+Blue) = 31+160+20=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA014 is #E05FEB. Grayscale: #696969. Windows color (decimal): -14704620 or 1351711. OLE color: 1351711.
HSL color Cylindrical-coordinate representation of color #1FA014: hue angle of 115.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA014 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 20 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.37 |
| HSL | 115.29º | 0.78% | 0.35% | - |
| HSV(B) | 115.29º | 0.88% | 0.63% | - |
| XYZ | 13.26 | 25.48 | 4.88 | - |
| YUV | 105.47 | 79.76 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 20 | 0.81 | 0 | 0.88 | 0.37 | 115.29 | 0.78 | 0.35 |
| Hex | 1F | A0 | 14 | 51 | 0 | 58 | 25 | 73 | 4E | 23 |
| Octal | 37 | 240 | 24 | 121 | 0 | 130 | 45 | 163 | 116 | 43 |
| Binary | 11111 | 10100000 | 10100 | 1010001 | 0 | 1011000 | 100101 | 1110011 | 1001110 | 100011 |
Color Harmonies of #1FA014
Complementary color
Monochromatic Colors of #1FA014
Black with #1FA014
Text Example
Text Example
White with #1FA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA014; }
p { color: rgb(31,160,20); }
H1.HeaderClassName
{
color: #1FA014;
}
.AnyTagClassName
{
color: #1FA014;
}
</style>
background-color css
<style>
a { background-color: #1FA014; }
a { background-color: rgb(31,160,20); }
div.DivClassName
{
background-color: #1FA014;
}
.BgClassName
{
background-color: #1FA014;
}
</style>
border-color css
<style>
span { border-color: #1FA014; }
span { border-color: rgb(31,160,20); }
td.TdClassName
{
border-color: #1FA014;
}
.TagClassName
{
border-color: #1FA014;
}
</style>