Shades of Forest Green #1E8B30
Tints of Forest Green #1E8B30
RGB
CMYK
RGB Variations
Color information
#1E8B30 (or 0x1E8B30) is known color: Forest Green. HEX triplet: 1E, 8B and 30. RGB value is (30,139,48). Sum of RGB (Red+Green+Blue) = 30+139+48=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 139 (54.69% from 255 or 64.06% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 139 - color contains mainly: green. Hex color #1E8B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8B30 is #E174CF. Grayscale: #606060. Windows color (decimal): -14775504 or 3181342. OLE color: 3181342.
HSL color Cylindrical-coordinate representation of color #1E8B30: hue angle of 129.91º 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 #1E8B30 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 139 | 48 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.45 |
| HSL | 129.91º | 0.64% | 0.33% | - |
| HSV(B) | 129.91º | 0.78% | 0.55% | - |
| XYZ | 10.3 | 18.95 | 5.91 | - |
| YUV | 96.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 48 | 0.78 | 0 | 0.65 | 0.45 | 129.91 | 0.64 | 0.33 |
| Hex | 1E | 8B | 30 | 4E | 0 | 41 | 2D | 82 | 40 | 21 |
| Octal | 36 | 213 | 60 | 116 | 0 | 101 | 55 | 202 | 100 | 41 |
| Binary | 11110 | 10001011 | 110000 | 1001110 | 0 | 1000001 | 101101 | 10000010 | 1000000 | 100001 |
Color Harmonies of #1E8B30
Complementary color
Monochromatic Colors of #1E8B30
Black with #1E8B30
Text Example
Text Example
White with #1E8B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8B30; }
p { color: rgb(30,139,48); }
H1.HeaderClassName
{
color: #1E8B30;
}
.AnyTagClassName
{
color: #1E8B30;
}
</style>
background-color css
<style>
a { background-color: #1E8B30; }
a { background-color: rgb(30,139,48); }
div.DivClassName
{
background-color: #1E8B30;
}
.BgClassName
{
background-color: #1E8B30;
}
</style>
border-color css
<style>
span { border-color: #1E8B30; }
span { border-color: rgb(30,139,48); }
td.TdClassName
{
border-color: #1E8B30;
}
.TagClassName
{
border-color: #1E8B30;
}
</style>