Shades of Forest Green #1E942E
Tints of Forest Green #1E942E
RGB
CMYK
RGB Variations
Color information
#1E942E (or 0x1E942E) is known color: Forest Green. HEX triplet: 1E, 94 and 2E. RGB value is (30,148,46). Sum of RGB (Red+Green+Blue) = 30+148+46=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #1E942E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E942E is #E16BD1. Grayscale: #656565. Windows color (decimal): -14773202 or 3052574. OLE color: 3052574.
HSL color Cylindrical-coordinate representation of color #1E942E: hue angle of 128.14º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E942E is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 46 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.42 |
| HSL | 128.14º | 0.66% | 0.35% | - |
| HSV(B) | 128.14º | 0.8% | 0.58% | - |
| XYZ | 11.62 | 21.65 | 6.15 | - |
| YUV | 101.09 | 96.91 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 46 | 0.80 | 0 | 0.69 | 0.42 | 128.14 | 0.66 | 0.35 |
| Hex | 1E | 94 | 2E | 50 | 0 | 45 | 2A | 80 | 42 | 23 |
| Octal | 36 | 224 | 56 | 120 | 0 | 105 | 52 | 200 | 102 | 43 |
| Binary | 11110 | 10010100 | 101110 | 1010000 | 0 | 1000101 | 101010 | 10000000 | 1000010 | 100011 |
Color Harmonies of #1E942E
Complementary color
Monochromatic Colors of #1E942E
Black with #1E942E
Text Example
Text Example
White with #1E942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E942E; }
p { color: rgb(30,148,46); }
H1.HeaderClassName
{
color: #1E942E;
}
.AnyTagClassName
{
color: #1E942E;
}
</style>
background-color css
<style>
a { background-color: #1E942E; }
a { background-color: rgb(30,148,46); }
div.DivClassName
{
background-color: #1E942E;
}
.BgClassName
{
background-color: #1E942E;
}
</style>
border-color css
<style>
span { border-color: #1E942E; }
span { border-color: rgb(30,148,46); }
td.TdClassName
{
border-color: #1E942E;
}
.TagClassName
{
border-color: #1E942E;
}
</style>