Shades of Forest Green #1FA816
Tints of Forest Green #1FA816
RGB
CMYK
RGB Variations
Color information
#1FA816 (or 0x1FA816) is known color: Forest Green. HEX triplet: 1F, A8 and 16. RGB value is (31,168,22). Sum of RGB (Red+Green+Blue) = 31+168+22=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 168 (66.02% from 255 or 76.02% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA816 is #E057E9. Grayscale: #6E6E6E. Windows color (decimal): -14702570 or 1484831. OLE color: 1484831.
HSL color Cylindrical-coordinate representation of color #1FA816: hue angle of 116.3º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA816 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 22 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.34 |
| HSL | 116.3º | 0.77% | 0.37% | - |
| HSV(B) | 116.3º | 0.87% | 0.66% | - |
| XYZ | 14.71 | 28.35 | 5.46 | - |
| YUV | 110.39 | 78.11 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 22 | 0.82 | 0 | 0.87 | 0.34 | 116.3 | 0.77 | 0.37 |
| Hex | 1F | A8 | 16 | 52 | 0 | 57 | 22 | 74 | 4D | 25 |
| Octal | 37 | 250 | 26 | 122 | 0 | 127 | 42 | 164 | 115 | 45 |
| Binary | 11111 | 10101000 | 10110 | 1010010 | 0 | 1010111 | 100010 | 1110100 | 1001101 | 100101 |
Color Harmonies of #1FA816
Complementary color
Monochromatic Colors of #1FA816
Black with #1FA816
Text Example
Text Example
White with #1FA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA816; }
p { color: rgb(31,168,22); }
H1.HeaderClassName
{
color: #1FA816;
}
.AnyTagClassName
{
color: #1FA816;
}
</style>
background-color css
<style>
a { background-color: #1FA816; }
a { background-color: rgb(31,168,22); }
div.DivClassName
{
background-color: #1FA816;
}
.BgClassName
{
background-color: #1FA816;
}
</style>
border-color css
<style>
span { border-color: #1FA816; }
span { border-color: rgb(31,168,22); }
td.TdClassName
{
border-color: #1FA816;
}
.TagClassName
{
border-color: #1FA816;
}
</style>