Shades of Forest Green #1E831F
Tints of Forest Green #1E831F
RGB
CMYK
RGB Variations
Color information
#1E831F (or 0x1E831F) is known color: Forest Green. HEX triplet: 1E, 83 and 1F. RGB value is (30,131,31). Sum of RGB (Red+Green+Blue) = 30+131+31=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 131 (51.56% from 255 or 68.23% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 131 - color contains mainly: green. Hex color #1E831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E831F is #E17CE0. Grayscale: #595959. Windows color (decimal): -14777569 or 2065182. OLE color: 2065182.
HSL color Cylindrical-coordinate representation of color #1E831F: hue angle of 120.59º 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 #1E831F is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 131 | 31 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.49 |
| HSL | 120.59º | 0.63% | 0.32% | - |
| HSV(B) | 120.59º | 0.77% | 0.51% | - |
| XYZ | 8.9 | 16.61 | 4.03 | - |
| YUV | 89.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 31 | 0.77 | 0 | 0.76 | 0.49 | 120.59 | 0.63 | 0.32 |
| Hex | 1E | 83 | 1F | 4D | 0 | 4C | 31 | 79 | 3F | 20 |
| Octal | 36 | 203 | 37 | 115 | 0 | 114 | 61 | 171 | 77 | 40 |
| Binary | 11110 | 10000011 | 11111 | 1001101 | 0 | 1001100 | 110001 | 1111001 | 111111 | 100000 |
Color Harmonies of #1E831F
Complementary color
Monochromatic Colors of #1E831F
Black with #1E831F
Text Example
Text Example
White with #1E831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E831F; }
p { color: rgb(30,131,31); }
H1.HeaderClassName
{
color: #1E831F;
}
.AnyTagClassName
{
color: #1E831F;
}
</style>
background-color css
<style>
a { background-color: #1E831F; }
a { background-color: rgb(30,131,31); }
div.DivClassName
{
background-color: #1E831F;
}
.BgClassName
{
background-color: #1E831F;
}
</style>
border-color css
<style>
span { border-color: #1E831F; }
span { border-color: rgb(30,131,31); }
td.TdClassName
{
border-color: #1E831F;
}
.TagClassName
{
border-color: #1E831F;
}
</style>