Shades of Forest Green #1F8C37
Tints of Forest Green #1F8C37
RGB
CMYK
RGB Variations
Color information
#1F8C37 (or 0x1F8C37) is known color: Forest Green. HEX triplet: 1F, 8C and 37. RGB value is (31,140,55). Sum of RGB (Red+Green+Blue) = 31+140+55=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8C37 is #E073C8. Grayscale: #616161. Windows color (decimal): -14709705 or 3640351. OLE color: 3640351.
HSL color Cylindrical-coordinate representation of color #1F8C37: hue angle of 133.21º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C37 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 140 | 55 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.45 |
| HSL | 133.21º | 0.64% | 0.34% | - |
| HSV(B) | 133.21º | 0.78% | 0.55% | - |
| XYZ | 10.63 | 19.32 | 6.78 | - |
| YUV | 97.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 55 | 0.78 | 0 | 0.61 | 0.45 | 133.21 | 0.64 | 0.34 |
| Hex | 1F | 8C | 37 | 4E | 0 | 3D | 2D | 85 | 40 | 22 |
| Octal | 37 | 214 | 67 | 116 | 0 | 75 | 55 | 205 | 100 | 42 |
| Binary | 11111 | 10001100 | 110111 | 1001110 | 0 | 111101 | 101101 | 10000101 | 1000000 | 100010 |
Color Harmonies of #1F8C37
Complementary color
Monochromatic Colors of #1F8C37
Black with #1F8C37
Text Example
Text Example
White with #1F8C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8C37; }
p { color: rgb(31,140,55); }
H1.HeaderClassName
{
color: #1F8C37;
}
.AnyTagClassName
{
color: #1F8C37;
}
</style>
background-color css
<style>
a { background-color: #1F8C37; }
a { background-color: rgb(31,140,55); }
div.DivClassName
{
background-color: #1F8C37;
}
.BgClassName
{
background-color: #1F8C37;
}
</style>
border-color css
<style>
span { border-color: #1F8C37; }
span { border-color: rgb(31,140,55); }
td.TdClassName
{
border-color: #1F8C37;
}
.TagClassName
{
border-color: #1F8C37;
}
</style>