Shades of Forest Green #1FA413
Tints of Forest Green #1FA413
RGB
CMYK
RGB Variations
Color information
#1FA413 (or 0x1FA413) is known color: Forest Green. HEX triplet: 1F, A4 and 13. RGB value is (31,164,19). Sum of RGB (Red+Green+Blue) = 31+164+19=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 164 (64.45% from 255 or 76.64% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 164 - color contains mainly: green. Hex color #1FA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA413 is #E05BEC. Grayscale: #6C6C6C. Windows color (decimal): -14703597 or 1287199. OLE color: 1287199.
HSL color Cylindrical-coordinate representation of color #1FA413: hue angle of 115.03º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA413 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 164 | 19 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.36 |
| HSL | 115.03º | 0.79% | 0.36% | - |
| HSV(B) | 115.03º | 0.88% | 0.64% | - |
| XYZ | 13.96 | 26.89 | 5.07 | - |
| YUV | 107.7 | 77.94 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 19 | 0.81 | 0 | 0.88 | 0.36 | 115.03 | 0.79 | 0.36 |
| Hex | 1F | A4 | 13 | 51 | 0 | 58 | 24 | 73 | 4F | 24 |
| Octal | 37 | 244 | 23 | 121 | 0 | 130 | 44 | 163 | 117 | 44 |
| Binary | 11111 | 10100100 | 10011 | 1010001 | 0 | 1011000 | 100100 | 1110011 | 1001111 | 100100 |
Color Harmonies of #1FA413
Complementary color
Monochromatic Colors of #1FA413
Black with #1FA413
Text Example
Text Example
White with #1FA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA413; }
p { color: rgb(31,164,19); }
H1.HeaderClassName
{
color: #1FA413;
}
.AnyTagClassName
{
color: #1FA413;
}
</style>
background-color css
<style>
a { background-color: #1FA413; }
a { background-color: rgb(31,164,19); }
div.DivClassName
{
background-color: #1FA413;
}
.BgClassName
{
background-color: #1FA413;
}
</style>
border-color css
<style>
span { border-color: #1FA413; }
span { border-color: rgb(31,164,19); }
td.TdClassName
{
border-color: #1FA413;
}
.TagClassName
{
border-color: #1FA413;
}
</style>