Shades of Forest Green #1F8F31
Tints of Forest Green #1F8F31
RGB
CMYK
RGB Variations
Color information
#1F8F31 (or 0x1F8F31) is known color: Forest Green. HEX triplet: 1F, 8F and 31. RGB value is (31,143,49). Sum of RGB (Red+Green+Blue) = 31+143+49=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8F31 is #E070CE. Grayscale: #636363. Windows color (decimal): -14708943 or 3247903. OLE color: 3247903.
HSL color Cylindrical-coordinate representation of color #1F8F31: hue angle of 129.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8F31 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 49 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.44 |
| HSL | 129.64º | 0.64% | 0.34% | - |
| HSV(B) | 129.64º | 0.78% | 0.56% | - |
| XYZ | 10.94 | 20.16 | 6.22 | - |
| YUV | 98.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 49 | 0.78 | 0 | 0.66 | 0.44 | 129.64 | 0.64 | 0.34 |
| Hex | 1F | 8F | 31 | 4E | 0 | 42 | 2C | 82 | 40 | 22 |
| Octal | 37 | 217 | 61 | 116 | 0 | 102 | 54 | 202 | 100 | 42 |
| Binary | 11111 | 10001111 | 110001 | 1001110 | 0 | 1000010 | 101100 | 10000010 | 1000000 | 100010 |
Color Harmonies of #1F8F31
Complementary color
Monochromatic Colors of #1F8F31
Black with #1F8F31
Text Example
Text Example
White with #1F8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F31; }
p { color: rgb(31,143,49); }
H1.HeaderClassName
{
color: #1F8F31;
}
.AnyTagClassName
{
color: #1F8F31;
}
</style>
background-color css
<style>
a { background-color: #1F8F31; }
a { background-color: rgb(31,143,49); }
div.DivClassName
{
background-color: #1F8F31;
}
.BgClassName
{
background-color: #1F8F31;
}
</style>
border-color css
<style>
span { border-color: #1F8F31; }
span { border-color: rgb(31,143,49); }
td.TdClassName
{
border-color: #1F8F31;
}
.TagClassName
{
border-color: #1F8F31;
}
</style>