Shades of Forest Green #1F8731
Tints of Forest Green #1F8731
RGB
CMYK
RGB Variations
Color information
#1F8731 (or 0x1F8731) is known color: Forest Green. HEX triplet: 1F, 87 and 31. RGB value is (31,135,49). Sum of RGB (Red+Green+Blue) = 31+135+49=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8731 is #E078CE. Grayscale: #5E5E5E. Windows color (decimal): -14710991 or 3245855. OLE color: 3245855.
HSL color Cylindrical-coordinate representation of color #1F8731: hue angle of 130.38º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8731 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 49 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.47 |
| HSL | 130.38º | 0.63% | 0.33% | - |
| HSV(B) | 130.38º | 0.77% | 0.53% | - |
| XYZ | 9.78 | 17.84 | 5.83 | - |
| YUV | 94.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 49 | 0.77 | 0 | 0.64 | 0.47 | 130.38 | 0.63 | 0.33 |
| Hex | 1F | 87 | 31 | 4D | 0 | 40 | 2F | 82 | 3F | 21 |
| Octal | 37 | 207 | 61 | 115 | 0 | 100 | 57 | 202 | 77 | 41 |
| Binary | 11111 | 10000111 | 110001 | 1001101 | 0 | 1000000 | 101111 | 10000010 | 111111 | 100001 |
Color Harmonies of #1F8731
Complementary color
Monochromatic Colors of #1F8731
Black with #1F8731
Text Example
Text Example
White with #1F8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8731; }
p { color: rgb(31,135,49); }
H1.HeaderClassName
{
color: #1F8731;
}
.AnyTagClassName
{
color: #1F8731;
}
</style>
background-color css
<style>
a { background-color: #1F8731; }
a { background-color: rgb(31,135,49); }
div.DivClassName
{
background-color: #1F8731;
}
.BgClassName
{
background-color: #1F8731;
}
</style>
border-color css
<style>
span { border-color: #1F8731; }
span { border-color: rgb(31,135,49); }
td.TdClassName
{
border-color: #1F8731;
}
.TagClassName
{
border-color: #1F8731;
}
</style>