Shades of Forest Green #1E901F
Tints of Forest Green #1E901F
RGB
CMYK
RGB Variations
Color information
#1E901F (or 0x1E901F) is known color: Forest Green. HEX triplet: 1E, 90 and 1F. RGB value is (30,144,31). Sum of RGB (Red+Green+Blue) = 30+144+31=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 144 (56.64% from 255 or 70.24% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 144 - color contains mainly: green. Hex color #1E901F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E901F is #E16FE0. Grayscale: #616161. Windows color (decimal): -14774241 or 2068510. OLE color: 2068510.
HSL color Cylindrical-coordinate representation of color #1E901F: hue angle of 120.53º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E901F is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 144 | 31 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.44 |
| HSL | 120.53º | 0.66% | 0.34% | - |
| HSV(B) | 120.53º | 0.79% | 0.56% | - |
| XYZ | 10.76 | 20.32 | 4.65 | - |
| YUV | 97.03 | 90.73 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 144 | 31 | 0.79 | 0 | 0.78 | 0.44 | 120.53 | 0.66 | 0.34 |
| Hex | 1E | 90 | 1F | 4F | 0 | 4E | 2C | 79 | 42 | 22 |
| Octal | 36 | 220 | 37 | 117 | 0 | 116 | 54 | 171 | 102 | 42 |
| Binary | 11110 | 10010000 | 11111 | 1001111 | 0 | 1001110 | 101100 | 1111001 | 1000010 | 100010 |
Color Harmonies of #1E901F
Complementary color
Monochromatic Colors of #1E901F
Black with #1E901F
Text Example
Text Example
White with #1E901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E901F; }
p { color: rgb(30,144,31); }
H1.HeaderClassName
{
color: #1E901F;
}
.AnyTagClassName
{
color: #1E901F;
}
</style>
background-color css
<style>
a { background-color: #1E901F; }
a { background-color: rgb(30,144,31); }
div.DivClassName
{
background-color: #1E901F;
}
.BgClassName
{
background-color: #1E901F;
}
</style>
border-color css
<style>
span { border-color: #1E901F; }
span { border-color: rgb(30,144,31); }
td.TdClassName
{
border-color: #1E901F;
}
.TagClassName
{
border-color: #1E901F;
}
</style>