Shades of Forest Green #1EA32A
Tints of Forest Green #1EA32A
RGB
CMYK
RGB Variations
Color information
#1EA32A (or 0x1EA32A) is known color: Forest Green. HEX triplet: 1E, A3 and 2A. RGB value is (30,163,42). Sum of RGB (Red+Green+Blue) = 30+163+42=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 163 (64.06% from 255 or 69.36% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA32A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA32A is #E15CD5. Grayscale: #6D6D6D. Windows color (decimal): -14769366 or 2794270. OLE color: 2794270.
HSL color Cylindrical-coordinate representation of color #1EA32A: hue angle of 125.41º 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 #1EA32A is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 42 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.36 |
| HSL | 125.41º | 0.69% | 0.38% | - |
| HSV(B) | 125.41º | 0.82% | 0.64% | - |
| XYZ | 14.05 | 26.64 | 6.59 | - |
| YUV | 109.44 | 89.94 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 42 | 0.82 | 0 | 0.74 | 0.36 | 125.41 | 0.69 | 0.38 |
| Hex | 1E | A3 | 2A | 52 | 0 | 4A | 24 | 7D | 45 | 26 |
| Octal | 36 | 243 | 52 | 122 | 0 | 112 | 44 | 175 | 105 | 46 |
| Binary | 11110 | 10100011 | 101010 | 1010010 | 0 | 1001010 | 100100 | 1111101 | 1000101 | 100110 |
Color Harmonies of #1EA32A
Complementary color
Monochromatic Colors of #1EA32A
Black with #1EA32A
Text Example
Text Example
White with #1EA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA32A; }
p { color: rgb(30,163,42); }
H1.HeaderClassName
{
color: #1EA32A;
}
.AnyTagClassName
{
color: #1EA32A;
}
</style>
background-color css
<style>
a { background-color: #1EA32A; }
a { background-color: rgb(30,163,42); }
div.DivClassName
{
background-color: #1EA32A;
}
.BgClassName
{
background-color: #1EA32A;
}
</style>
border-color css
<style>
span { border-color: #1EA32A; }
span { border-color: rgb(30,163,42); }
td.TdClassName
{
border-color: #1EA32A;
}
.TagClassName
{
border-color: #1EA32A;
}
</style>