Shades of Forest Green #1EAB2A
Tints of Forest Green #1EAB2A
RGB
CMYK
RGB Variations
Color information
#1EAB2A (or 0x1EAB2A) is known color: Forest Green. HEX triplet: 1E, AB and 2A. RGB value is (30,171,42). Sum of RGB (Red+Green+Blue) = 30+171+42=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAB2A is #E154D5. Grayscale: #727272. Windows color (decimal): -14767318 or 2796318. OLE color: 2796318.
HSL color Cylindrical-coordinate representation of color #1EAB2A: hue angle of 125.11º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB2A is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 171 | 42 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.33 |
| HSL | 125.11º | 0.7% | 0.39% | - |
| HSV(B) | 125.11º | 0.82% | 0.67% | - |
| XYZ | 15.52 | 29.57 | 7.08 | - |
| YUV | 114.14 | 87.29 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 42 | 0.82 | 0 | 0.75 | 0.33 | 125.11 | 0.7 | 0.39 |
| Hex | 1E | AB | 2A | 52 | 0 | 4B | 21 | 7D | 46 | 27 |
| Octal | 36 | 253 | 52 | 122 | 0 | 113 | 41 | 175 | 106 | 47 |
| Binary | 11110 | 10101011 | 101010 | 1010010 | 0 | 1001011 | 100001 | 1111101 | 1000110 | 100111 |
Color Harmonies of #1EAB2A
Complementary color
Monochromatic Colors of #1EAB2A
Black with #1EAB2A
Text Example
Text Example
White with #1EAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAB2A; }
p { color: rgb(30,171,42); }
H1.HeaderClassName
{
color: #1EAB2A;
}
.AnyTagClassName
{
color: #1EAB2A;
}
</style>
background-color css
<style>
a { background-color: #1EAB2A; }
a { background-color: rgb(30,171,42); }
div.DivClassName
{
background-color: #1EAB2A;
}
.BgClassName
{
background-color: #1EAB2A;
}
</style>
border-color css
<style>
span { border-color: #1EAB2A; }
span { border-color: rgb(30,171,42); }
td.TdClassName
{
border-color: #1EAB2A;
}
.TagClassName
{
border-color: #1EAB2A;
}
</style>