Shades of Forest Green #1EA32D
Tints of Forest Green #1EA32D
RGB
CMYK
RGB Variations
Color information
#1EA32D (or 0x1EA32D) is known color: Forest Green. HEX triplet: 1E, A3 and 2D. RGB value is (30,163,45). Sum of RGB (Red+Green+Blue) = 30+163+45=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 163 (64.06% from 255 or 68.49% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA32D is #E15CD2. Grayscale: #6E6E6E. Windows color (decimal): -14769363 or 2990878. OLE color: 2990878.
HSL color Cylindrical-coordinate representation of color #1EA32D: hue angle of 126.77º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA32D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 45 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.36 |
| HSL | 126.77º | 0.69% | 0.38% | - |
| HSV(B) | 126.77º | 0.82% | 0.64% | - |
| XYZ | 14.11 | 26.66 | 6.89 | - |
| YUV | 109.78 | 91.44 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 45 | 0.82 | 0 | 0.72 | 0.36 | 126.77 | 0.69 | 0.38 |
| Hex | 1E | A3 | 2D | 52 | 0 | 48 | 24 | 7F | 45 | 26 |
| Octal | 36 | 243 | 55 | 122 | 0 | 110 | 44 | 177 | 105 | 46 |
| Binary | 11110 | 10100011 | 101101 | 1010010 | 0 | 1001000 | 100100 | 1111111 | 1000101 | 100110 |
Color Harmonies of #1EA32D
Complementary color
Monochromatic Colors of #1EA32D
Black with #1EA32D
Text Example
Text Example
White with #1EA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA32D; }
p { color: rgb(30,163,45); }
H1.HeaderClassName
{
color: #1EA32D;
}
.AnyTagClassName
{
color: #1EA32D;
}
</style>
background-color css
<style>
a { background-color: #1EA32D; }
a { background-color: rgb(30,163,45); }
div.DivClassName
{
background-color: #1EA32D;
}
.BgClassName
{
background-color: #1EA32D;
}
</style>
border-color css
<style>
span { border-color: #1EA32D; }
span { border-color: rgb(30,163,45); }
td.TdClassName
{
border-color: #1EA32D;
}
.TagClassName
{
border-color: #1EA32D;
}
</style>