Shades of Forest Green #1FA036
Tints of Forest Green #1FA036
RGB
CMYK
RGB Variations
Color information
#1FA036 (or 0x1FA036) is known color: Forest Green. HEX triplet: 1F, A0 and 36. RGB value is (31,160,54). Sum of RGB (Red+Green+Blue) = 31+160+54=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA036 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA036 is #E05FC9. Grayscale: #6D6D6D. Windows color (decimal): -14704586 or 3579935. OLE color: 3579935.
HSL color Cylindrical-coordinate representation of color #1FA036: hue angle of 130.7º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA036 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 54 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.37 |
| HSL | 130.7º | 0.68% | 0.37% | - |
| HSV(B) | 130.7º | 0.81% | 0.63% | - |
| XYZ | 13.8 | 25.7 | 7.72 | - |
| YUV | 109.35 | 96.76 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 54 | 0.81 | 0 | 0.66 | 0.37 | 130.7 | 0.68 | 0.37 |
| Hex | 1F | A0 | 36 | 51 | 0 | 42 | 25 | 83 | 44 | 25 |
| Octal | 37 | 240 | 66 | 121 | 0 | 102 | 45 | 203 | 104 | 45 |
| Binary | 11111 | 10100000 | 110110 | 1010001 | 0 | 1000010 | 100101 | 10000011 | 1000100 | 100101 |
Color Harmonies of #1FA036
Complementary color
Monochromatic Colors of #1FA036
Black with #1FA036
Text Example
Text Example
White with #1FA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA036; }
p { color: rgb(31,160,54); }
H1.HeaderClassName
{
color: #1FA036;
}
.AnyTagClassName
{
color: #1FA036;
}
</style>
background-color css
<style>
a { background-color: #1FA036; }
a { background-color: rgb(31,160,54); }
div.DivClassName
{
background-color: #1FA036;
}
.BgClassName
{
background-color: #1FA036;
}
</style>
border-color css
<style>
span { border-color: #1FA036; }
span { border-color: rgb(31,160,54); }
td.TdClassName
{
border-color: #1FA036;
}
.TagClassName
{
border-color: #1FA036;
}
</style>