Shades of Forest Green #1FA11D
Tints of Forest Green #1FA11D
RGB
CMYK
RGB Variations
Color information
#1FA11D (or 0x1FA11D) is known color: Forest Green. HEX triplet: 1F, A1 and 1D. RGB value is (31,161,29). Sum of RGB (Red+Green+Blue) = 31+161+29=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 161 (63.28% from 255 or 72.85% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA11D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA11D is #E05EE2. Grayscale: #6B6B6B. Windows color (decimal): -14704355 or 1941791. OLE color: 1941791.
HSL color Cylindrical-coordinate representation of color #1FA11D: hue angle of 119.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA11D is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 29 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.37 |
| HSL | 119.09º | 0.69% | 0.37% | - |
| HSV(B) | 119.09º | 0.82% | 0.63% | - |
| XYZ | 13.53 | 25.87 | 5.44 | - |
| YUV | 107.08 | 83.93 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 29 | 0.81 | 0 | 0.82 | 0.37 | 119.09 | 0.69 | 0.37 |
| Hex | 1F | A1 | 1D | 51 | 0 | 52 | 25 | 77 | 45 | 25 |
| Octal | 37 | 241 | 35 | 121 | 0 | 122 | 45 | 167 | 105 | 45 |
| Binary | 11111 | 10100001 | 11101 | 1010001 | 0 | 1010010 | 100101 | 1110111 | 1000101 | 100101 |
Color Harmonies of #1FA11D
Complementary color
Monochromatic Colors of #1FA11D
Black with #1FA11D
Text Example
Text Example
White with #1FA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA11D; }
p { color: rgb(31,161,29); }
H1.HeaderClassName
{
color: #1FA11D;
}
.AnyTagClassName
{
color: #1FA11D;
}
</style>
background-color css
<style>
a { background-color: #1FA11D; }
a { background-color: rgb(31,161,29); }
div.DivClassName
{
background-color: #1FA11D;
}
.BgClassName
{
background-color: #1FA11D;
}
</style>
border-color css
<style>
span { border-color: #1FA11D; }
span { border-color: rgb(31,161,29); }
td.TdClassName
{
border-color: #1FA11D;
}
.TagClassName
{
border-color: #1FA11D;
}
</style>