Shades of Forest Green #1E8B20
Tints of Forest Green #1E8B20
RGB
CMYK
RGB Variations
Color information
#1E8B20 (or 0x1E8B20) is known color: Forest Green. HEX triplet: 1E, 8B and 20. RGB value is (30,139,32). Sum of RGB (Red+Green+Blue) = 30+139+32=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #1E8B20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8B20 is #E174DF. Grayscale: #5E5E5E. Windows color (decimal): -14775520 or 2132766. OLE color: 2132766.
HSL color Cylindrical-coordinate representation of color #1E8B20: hue angle of 121.1º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8B20 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 139 | 32 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.45 |
| HSL | 121.1º | 0.64% | 0.33% | - |
| HSV(B) | 121.1º | 0.78% | 0.55% | - |
| XYZ | 10.03 | 18.85 | 4.48 | - |
| YUV | 94.21 | 92.89 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 32 | 0.78 | 0 | 0.77 | 0.45 | 121.1 | 0.64 | 0.33 |
| Hex | 1E | 8B | 20 | 4E | 0 | 4D | 2D | 79 | 40 | 21 |
| Octal | 36 | 213 | 40 | 116 | 0 | 115 | 55 | 171 | 100 | 41 |
| Binary | 11110 | 10001011 | 100000 | 1001110 | 0 | 1001101 | 101101 | 1111001 | 1000000 | 100001 |
Color Harmonies of #1E8B20
Complementary color
Monochromatic Colors of #1E8B20
Black with #1E8B20
Text Example
Text Example
White with #1E8B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8B20; }
p { color: rgb(30,139,32); }
H1.HeaderClassName
{
color: #1E8B20;
}
.AnyTagClassName
{
color: #1E8B20;
}
</style>
background-color css
<style>
a { background-color: #1E8B20; }
a { background-color: rgb(30,139,32); }
div.DivClassName
{
background-color: #1E8B20;
}
.BgClassName
{
background-color: #1E8B20;
}
</style>
border-color css
<style>
span { border-color: #1E8B20; }
span { border-color: rgb(30,139,32); }
td.TdClassName
{
border-color: #1E8B20;
}
.TagClassName
{
border-color: #1E8B20;
}
</style>