Shades of Forest Green #1FA810
Tints of Forest Green #1FA810
RGB
CMYK
RGB Variations
Color information
#1FA810 (or 0x1FA810) is known color: Forest Green. HEX triplet: 1F, A8 and 10. RGB value is (31,168,16). Sum of RGB (Red+Green+Blue) = 31+168+16=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 168 (66.02% from 255 or 78.14% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA810 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA810 is #E057EF. Grayscale: #6E6E6E. Windows color (decimal): -14702576 or 1091615. OLE color: 1091615.
HSL color Cylindrical-coordinate representation of color #1FA810: hue angle of 114.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FA810 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 16 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.34 |
| HSL | 114.08º | 0.83% | 0.36% | - |
| HSV(B) | 114.08º | 0.9% | 0.66% | - |
| XYZ | 14.66 | 28.33 | 5.19 | - |
| YUV | 109.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 16 | 0.82 | 0 | 0.90 | 0.34 | 114.08 | 0.83 | 0.36 |
| Hex | 1F | A8 | 10 | 52 | 0 | 5A | 22 | 72 | 53 | 24 |
| Octal | 37 | 250 | 20 | 122 | 0 | 132 | 42 | 162 | 123 | 44 |
| Binary | 11111 | 10101000 | 10000 | 1010010 | 0 | 1011010 | 100010 | 1110010 | 1010011 | 100100 |
Color Harmonies of #1FA810
Complementary color
Monochromatic Colors of #1FA810
Black with #1FA810
Text Example
Text Example
White with #1FA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA810; }
p { color: rgb(31,168,16); }
H1.HeaderClassName
{
color: #1FA810;
}
.AnyTagClassName
{
color: #1FA810;
}
</style>
background-color css
<style>
a { background-color: #1FA810; }
a { background-color: rgb(31,168,16); }
div.DivClassName
{
background-color: #1FA810;
}
.BgClassName
{
background-color: #1FA810;
}
</style>
border-color css
<style>
span { border-color: #1FA810; }
span { border-color: rgb(31,168,16); }
td.TdClassName
{
border-color: #1FA810;
}
.TagClassName
{
border-color: #1FA810;
}
</style>