Shades of Forest Green #1E842E
Tints of Forest Green #1E842E
RGB
CMYK
RGB Variations
Color information
#1E842E (or 0x1E842E) is known color: Forest Green. HEX triplet: 1E, 84 and 2E. RGB value is (30,132,46). Sum of RGB (Red+Green+Blue) = 30+132+46=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 132 (51.95% from 255 or 63.46% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 132 - color contains mainly: green. Hex color #1E842E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E842E is #E17BD1. Grayscale: #5B5B5B. Windows color (decimal): -14777298 or 3048478. OLE color: 3048478.
HSL color Cylindrical-coordinate representation of color #1E842E: hue angle of 129.41º 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 #1E842E is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 46 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.48 |
| HSL | 129.41º | 0.63% | 0.32% | - |
| HSV(B) | 129.41º | 0.77% | 0.52% | - |
| XYZ | 9.28 | 16.98 | 5.37 | - |
| YUV | 91.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 46 | 0.77 | 0 | 0.65 | 0.48 | 129.41 | 0.63 | 0.32 |
| Hex | 1E | 84 | 2E | 4D | 0 | 41 | 30 | 81 | 3F | 20 |
| Octal | 36 | 204 | 56 | 115 | 0 | 101 | 60 | 201 | 77 | 40 |
| Binary | 11110 | 10000100 | 101110 | 1001101 | 0 | 1000001 | 110000 | 10000001 | 111111 | 100000 |
Color Harmonies of #1E842E
Complementary color
Monochromatic Colors of #1E842E
Black with #1E842E
Text Example
Text Example
White with #1E842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E842E; }
p { color: rgb(30,132,46); }
H1.HeaderClassName
{
color: #1E842E;
}
.AnyTagClassName
{
color: #1E842E;
}
</style>
background-color css
<style>
a { background-color: #1E842E; }
a { background-color: rgb(30,132,46); }
div.DivClassName
{
background-color: #1E842E;
}
.BgClassName
{
background-color: #1E842E;
}
</style>
border-color css
<style>
span { border-color: #1E842E; }
span { border-color: rgb(30,132,46); }
td.TdClassName
{
border-color: #1E842E;
}
.TagClassName
{
border-color: #1E842E;
}
</style>