Shades of Forest Green #1FA516
Tints of Forest Green #1FA516
RGB
CMYK
RGB Variations
Color information
#1FA516 (or 0x1FA516) is known color: Forest Green. HEX triplet: 1F, A5 and 16. RGB value is (31,165,22). Sum of RGB (Red+Green+Blue) = 31+165+22=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 165 (64.84% from 255 or 75.69% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA516 is #E05AE9. Grayscale: #6D6D6D. Windows color (decimal): -14703338 or 1484063. OLE color: 1484063.
HSL color Cylindrical-coordinate representation of color #1FA516: hue angle of 116.22º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA516 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 22 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.35 |
| HSL | 116.22º | 0.76% | 0.37% | - |
| HSV(B) | 116.22º | 0.87% | 0.65% | - |
| XYZ | 14.17 | 27.26 | 5.27 | - |
| YUV | 108.63 | 79.11 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 22 | 0.81 | 0 | 0.87 | 0.35 | 116.22 | 0.76 | 0.37 |
| Hex | 1F | A5 | 16 | 51 | 0 | 57 | 23 | 74 | 4C | 25 |
| Octal | 37 | 245 | 26 | 121 | 0 | 127 | 43 | 164 | 114 | 45 |
| Binary | 11111 | 10100101 | 10110 | 1010001 | 0 | 1010111 | 100011 | 1110100 | 1001100 | 100101 |
Color Harmonies of #1FA516
Complementary color
Monochromatic Colors of #1FA516
Black with #1FA516
Text Example
Text Example
White with #1FA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA516; }
p { color: rgb(31,165,22); }
H1.HeaderClassName
{
color: #1FA516;
}
.AnyTagClassName
{
color: #1FA516;
}
</style>
background-color css
<style>
a { background-color: #1FA516; }
a { background-color: rgb(31,165,22); }
div.DivClassName
{
background-color: #1FA516;
}
.BgClassName
{
background-color: #1FA516;
}
</style>
border-color css
<style>
span { border-color: #1FA516; }
span { border-color: rgb(31,165,22); }
td.TdClassName
{
border-color: #1FA516;
}
.TagClassName
{
border-color: #1FA516;
}
</style>