Shades of Forest Green #1FA619
Tints of Forest Green #1FA619
RGB
CMYK
RGB Variations
Color information
#1FA619 (or 0x1FA619) is known color: Forest Green. HEX triplet: 1F, A6 and 19. RGB value is (31,166,25). Sum of RGB (Red+Green+Blue) = 31+166+25=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 166 (65.23% from 255 or 74.77% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA619 is #E059E6. Grayscale: #6D6D6D. Windows color (decimal): -14703079 or 1680927. OLE color: 1680927.
HSL color Cylindrical-coordinate representation of color #1FA619: hue angle of 117.45º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FA619 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 166 | 25 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.35 |
| HSL | 117.45º | 0.74% | 0.37% | - |
| HSV(B) | 117.45º | 0.85% | 0.65% | - |
| XYZ | 14.38 | 27.63 | 5.5 | - |
| YUV | 109.56 | 80.27 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 25 | 0.81 | 0 | 0.85 | 0.35 | 117.45 | 0.74 | 0.37 |
| Hex | 1F | A6 | 19 | 51 | 0 | 55 | 23 | 75 | 4A | 25 |
| Octal | 37 | 246 | 31 | 121 | 0 | 125 | 43 | 165 | 112 | 45 |
| Binary | 11111 | 10100110 | 11001 | 1010001 | 0 | 1010101 | 100011 | 1110101 | 1001010 | 100101 |
Color Harmonies of #1FA619
Complementary color
Monochromatic Colors of #1FA619
Black with #1FA619
Text Example
Text Example
White with #1FA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA619; }
p { color: rgb(31,166,25); }
H1.HeaderClassName
{
color: #1FA619;
}
.AnyTagClassName
{
color: #1FA619;
}
</style>
background-color css
<style>
a { background-color: #1FA619; }
a { background-color: rgb(31,166,25); }
div.DivClassName
{
background-color: #1FA619;
}
.BgClassName
{
background-color: #1FA619;
}
</style>
border-color css
<style>
span { border-color: #1FA619; }
span { border-color: rgb(31,166,25); }
td.TdClassName
{
border-color: #1FA619;
}
.TagClassName
{
border-color: #1FA619;
}
</style>