Shades of Forest Green #1E7E20
Tints of Forest Green #1E7E20
RGB
CMYK
RGB Variations
Color information
#1E7E20 (or 0x1E7E20) is known color: Forest Green. HEX triplet: 1E, 7E and 20. RGB value is (30,126,32). Sum of RGB (Red+Green+Blue) = 30+126+32=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 126 (49.61% from 255 or 67.02% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7E20 is #E181DF. Grayscale: #565656. Windows color (decimal): -14778848 or 2129438. OLE color: 2129438.
HSL color Cylindrical-coordinate representation of color #1E7E20: hue angle of 121.25º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E20 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 32 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.51 |
| HSL | 121.25º | 0.62% | 0.31% | - |
| HSV(B) | 121.25º | 0.76% | 0.49% | - |
| XYZ | 8.26 | 15.3 | 3.88 | - |
| YUV | 86.58 | 97.2 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 32 | 0.76 | 0 | 0.75 | 0.51 | 121.25 | 0.62 | 0.31 |
| Hex | 1E | 7E | 20 | 4C | 0 | 4B | 33 | 79 | 3E | 1F |
| Octal | 36 | 176 | 40 | 114 | 0 | 113 | 63 | 171 | 76 | 37 |
| Binary | 11110 | 1111110 | 100000 | 1001100 | 0 | 1001011 | 110011 | 1111001 | 111110 | 11111 |
Color Harmonies of #1E7E20
Complementary color
Monochromatic Colors of #1E7E20
Black with #1E7E20
Text Example
Text Example
White with #1E7E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E20; }
p { color: rgb(30,126,32); }
H1.HeaderClassName
{
color: #1E7E20;
}
.AnyTagClassName
{
color: #1E7E20;
}
</style>
background-color css
<style>
a { background-color: #1E7E20; }
a { background-color: rgb(30,126,32); }
div.DivClassName
{
background-color: #1E7E20;
}
.BgClassName
{
background-color: #1E7E20;
}
</style>
border-color css
<style>
span { border-color: #1E7E20; }
span { border-color: rgb(30,126,32); }
td.TdClassName
{
border-color: #1E7E20;
}
.TagClassName
{
border-color: #1E7E20;
}
</style>