Shades of Forest Green #1FA814
Tints of Forest Green #1FA814
RGB
CMYK
RGB Variations
Color information
#1FA814 (or 0x1FA814) is known color: Forest Green. HEX triplet: 1F, A8 and 14. RGB value is (31,168,20). Sum of RGB (Red+Green+Blue) = 31+168+20=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 168 (66.02% from 255 or 76.71% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA814 is #E057EB. Grayscale: #6E6E6E. Windows color (decimal): -14702572 or 1353759. OLE color: 1353759.
HSL color Cylindrical-coordinate representation of color #1FA814: hue angle of 115.54º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA814 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 20 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.34 |
| HSL | 115.54º | 0.79% | 0.37% | - |
| HSV(B) | 115.54º | 0.88% | 0.66% | - |
| XYZ | 14.69 | 28.35 | 5.36 | - |
| YUV | 110.17 | 77.11 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 20 | 0.82 | 0 | 0.88 | 0.34 | 115.54 | 0.79 | 0.37 |
| Hex | 1F | A8 | 14 | 52 | 0 | 58 | 22 | 74 | 4F | 25 |
| Octal | 37 | 250 | 24 | 122 | 0 | 130 | 42 | 164 | 117 | 45 |
| Binary | 11111 | 10101000 | 10100 | 1010010 | 0 | 1011000 | 100010 | 1110100 | 1001111 | 100101 |
Color Harmonies of #1FA814
Complementary color
Monochromatic Colors of #1FA814
Black with #1FA814
Text Example
Text Example
White with #1FA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA814; }
p { color: rgb(31,168,20); }
H1.HeaderClassName
{
color: #1FA814;
}
.AnyTagClassName
{
color: #1FA814;
}
</style>
background-color css
<style>
a { background-color: #1FA814; }
a { background-color: rgb(31,168,20); }
div.DivClassName
{
background-color: #1FA814;
}
.BgClassName
{
background-color: #1FA814;
}
</style>
border-color css
<style>
span { border-color: #1FA814; }
span { border-color: rgb(31,168,20); }
td.TdClassName
{
border-color: #1FA814;
}
.TagClassName
{
border-color: #1FA814;
}
</style>