Shades of Forest Green #1E8432
Tints of Forest Green #1E8432
RGB
CMYK
RGB Variations
Color information
#1E8432 (or 0x1E8432) is known color: Forest Green. HEX triplet: 1E, 84 and 32. RGB value is (30,132,50). Sum of RGB (Red+Green+Blue) = 30+132+50=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8432 is #E17BCD. Grayscale: #5C5C5C. Windows color (decimal): -14777294 or 3310622. OLE color: 3310622.
HSL color Cylindrical-coordinate representation of color #1E8432: hue angle of 131.76º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8432 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 50 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.48 |
| HSL | 131.76º | 0.63% | 0.32% | - |
| HSV(B) | 131.76º | 0.77% | 0.52% | - |
| XYZ | 9.36 | 17.01 | 5.81 | - |
| YUV | 92.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 50 | 0.77 | 0 | 0.62 | 0.48 | 131.76 | 0.63 | 0.32 |
| Hex | 1E | 84 | 32 | 4D | 0 | 3E | 30 | 84 | 3F | 20 |
| Octal | 36 | 204 | 62 | 115 | 0 | 76 | 60 | 204 | 77 | 40 |
| Binary | 11110 | 10000100 | 110010 | 1001101 | 0 | 111110 | 110000 | 10000100 | 111111 | 100000 |
Color Harmonies of #1E8432
Complementary color
Monochromatic Colors of #1E8432
Black with #1E8432
Text Example
Text Example
White with #1E8432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8432; }
p { color: rgb(30,132,50); }
H1.HeaderClassName
{
color: #1E8432;
}
.AnyTagClassName
{
color: #1E8432;
}
</style>
background-color css
<style>
a { background-color: #1E8432; }
a { background-color: rgb(30,132,50); }
div.DivClassName
{
background-color: #1E8432;
}
.BgClassName
{
background-color: #1E8432;
}
</style>
border-color css
<style>
span { border-color: #1E8432; }
span { border-color: rgb(30,132,50); }
td.TdClassName
{
border-color: #1E8432;
}
.TagClassName
{
border-color: #1E8432;
}
</style>