Shades of Forest Green #1F831E
Tints of Forest Green #1F831E
RGB
CMYK
RGB Variations
Color information
#1F831E (or 0x1F831E) is known color: Forest Green. HEX triplet: 1F, 83 and 1E. RGB value is (31,131,30). Sum of RGB (Red+Green+Blue) = 31+131+30=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 131 (51.56% from 255 or 68.23% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 131 - color contains mainly: green. Hex color #1F831E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F831E is #E07CE1. Grayscale: #595959. Windows color (decimal): -14712034 or 1999647. OLE color: 1999647.
HSL color Cylindrical-coordinate representation of color #1F831E: hue angle of 119.41º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F831E is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 30 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.49 |
| HSL | 119.41º | 0.63% | 0.32% | - |
| HSV(B) | 119.41º | 0.77% | 0.51% | - |
| XYZ | 8.92 | 16.62 | 3.97 | - |
| YUV | 89.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 30 | 0.76 | 0 | 0.77 | 0.49 | 119.41 | 0.63 | 0.32 |
| Hex | 1F | 83 | 1E | 4C | 0 | 4D | 31 | 77 | 3F | 20 |
| Octal | 37 | 203 | 36 | 114 | 0 | 115 | 61 | 167 | 77 | 40 |
| Binary | 11111 | 10000011 | 11110 | 1001100 | 0 | 1001101 | 110001 | 1110111 | 111111 | 100000 |
Color Harmonies of #1F831E
Complementary color
Monochromatic Colors of #1F831E
Black with #1F831E
Text Example
Text Example
White with #1F831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F831E; }
p { color: rgb(31,131,30); }
H1.HeaderClassName
{
color: #1F831E;
}
.AnyTagClassName
{
color: #1F831E;
}
</style>
background-color css
<style>
a { background-color: #1F831E; }
a { background-color: rgb(31,131,30); }
div.DivClassName
{
background-color: #1F831E;
}
.BgClassName
{
background-color: #1F831E;
}
</style>
border-color css
<style>
span { border-color: #1F831E; }
span { border-color: rgb(31,131,30); }
td.TdClassName
{
border-color: #1F831E;
}
.TagClassName
{
border-color: #1F831E;
}
</style>