Shades of Forest Green #1FA03D
Tints of Forest Green #1FA03D
RGB
CMYK
RGB Variations
Color information
#1FA03D (or 0x1FA03D) is known color: Forest Green. HEX triplet: 1F, A0 and 3D. RGB value is (31,160,61). Sum of RGB (Red+Green+Blue) = 31+160+61=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA03D is #E05FC2. Grayscale: #6E6E6E. Windows color (decimal): -14704579 or 4038687. OLE color: 4038687.
HSL color Cylindrical-coordinate representation of color #1FA03D: hue angle of 133.95º 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 #1FA03D is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 61 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.37 |
| HSL | 133.95º | 0.68% | 0.37% | - |
| HSV(B) | 133.95º | 0.81% | 0.63% | - |
| XYZ | 13.98 | 25.77 | 8.65 | - |
| YUV | 110.14 | 100.26 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 61 | 0.81 | 0 | 0.62 | 0.37 | 133.95 | 0.68 | 0.37 |
| Hex | 1F | A0 | 3D | 51 | 0 | 3E | 25 | 86 | 44 | 25 |
| Octal | 37 | 240 | 75 | 121 | 0 | 76 | 45 | 206 | 104 | 45 |
| Binary | 11111 | 10100000 | 111101 | 1010001 | 0 | 111110 | 100101 | 10000110 | 1000100 | 100101 |
Color Harmonies of #1FA03D
Complementary color
Monochromatic Colors of #1FA03D
Black with #1FA03D
Text Example
Text Example
White with #1FA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA03D; }
p { color: rgb(31,160,61); }
H1.HeaderClassName
{
color: #1FA03D;
}
.AnyTagClassName
{
color: #1FA03D;
}
</style>
background-color css
<style>
a { background-color: #1FA03D; }
a { background-color: rgb(31,160,61); }
div.DivClassName
{
background-color: #1FA03D;
}
.BgClassName
{
background-color: #1FA03D;
}
</style>
border-color css
<style>
span { border-color: #1FA03D; }
span { border-color: rgb(31,160,61); }
td.TdClassName
{
border-color: #1FA03D;
}
.TagClassName
{
border-color: #1FA03D;
}
</style>