Shades of Forest Green #1FA813
Tints of Forest Green #1FA813
RGB
CMYK
RGB Variations
Color information
#1FA813 (or 0x1FA813) is known color: Forest Green. HEX triplet: 1F, A8 and 13. RGB value is (31,168,19). Sum of RGB (Red+Green+Blue) = 31+168+19=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 168 (66.02% from 255 or 77.06% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA813 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA813 is #E057EC. Grayscale: #6E6E6E. Windows color (decimal): -14702573 or 1288223. OLE color: 1288223.
HSL color Cylindrical-coordinate representation of color #1FA813: hue angle of 115.17º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FA813 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 19 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.34 |
| HSL | 115.17º | 0.8% | 0.37% | - |
| HSV(B) | 115.17º | 0.89% | 0.66% | - |
| XYZ | 14.69 | 28.34 | 5.31 | - |
| YUV | 110.05 | 76.61 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 19 | 0.82 | 0 | 0.89 | 0.34 | 115.17 | 0.8 | 0.37 |
| Hex | 1F | A8 | 13 | 52 | 0 | 59 | 22 | 73 | 50 | 25 |
| Octal | 37 | 250 | 23 | 122 | 0 | 131 | 42 | 163 | 120 | 45 |
| Binary | 11111 | 10101000 | 10011 | 1010010 | 0 | 1011001 | 100010 | 1110011 | 1010000 | 100101 |
Color Harmonies of #1FA813
Complementary color
Monochromatic Colors of #1FA813
Black with #1FA813
Text Example
Text Example
White with #1FA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA813; }
p { color: rgb(31,168,19); }
H1.HeaderClassName
{
color: #1FA813;
}
.AnyTagClassName
{
color: #1FA813;
}
</style>
background-color css
<style>
a { background-color: #1FA813; }
a { background-color: rgb(31,168,19); }
div.DivClassName
{
background-color: #1FA813;
}
.BgClassName
{
background-color: #1FA813;
}
</style>
border-color css
<style>
span { border-color: #1FA813; }
span { border-color: rgb(31,168,19); }
td.TdClassName
{
border-color: #1FA813;
}
.TagClassName
{
border-color: #1FA813;
}
</style>