Shades of Forest Green #1FA038
Tints of Forest Green #1FA038
RGB
CMYK
RGB Variations
Color information
#1FA038 (or 0x1FA038) is known color: Forest Green. HEX triplet: 1F, A0 and 38. RGB value is (31,160,56). Sum of RGB (Red+Green+Blue) = 31+160+56=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA038 is #E05FC7. Grayscale: #6D6D6D. Windows color (decimal): -14704584 or 3711007. OLE color: 3711007.
HSL color Cylindrical-coordinate representation of color #1FA038: hue angle of 131.63º 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 #1FA038 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 56 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.37 |
| HSL | 131.63º | 0.68% | 0.37% | - |
| HSV(B) | 131.63º | 0.81% | 0.63% | - |
| XYZ | 13.85 | 25.72 | 7.98 | - |
| YUV | 109.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 56 | 0.81 | 0 | 0.65 | 0.37 | 131.63 | 0.68 | 0.37 |
| Hex | 1F | A0 | 38 | 51 | 0 | 41 | 25 | 84 | 44 | 25 |
| Octal | 37 | 240 | 70 | 121 | 0 | 101 | 45 | 204 | 104 | 45 |
| Binary | 11111 | 10100000 | 111000 | 1010001 | 0 | 1000001 | 100101 | 10000100 | 1000100 | 100101 |
Color Harmonies of #1FA038
Complementary color
Monochromatic Colors of #1FA038
Black with #1FA038
Text Example
Text Example
White with #1FA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA038; }
p { color: rgb(31,160,56); }
H1.HeaderClassName
{
color: #1FA038;
}
.AnyTagClassName
{
color: #1FA038;
}
</style>
background-color css
<style>
a { background-color: #1FA038; }
a { background-color: rgb(31,160,56); }
div.DivClassName
{
background-color: #1FA038;
}
.BgClassName
{
background-color: #1FA038;
}
</style>
border-color css
<style>
span { border-color: #1FA038; }
span { border-color: rgb(31,160,56); }
td.TdClassName
{
border-color: #1FA038;
}
.TagClassName
{
border-color: #1FA038;
}
</style>