Shades of Forest Green #1EAC2F
Tints of Forest Green #1EAC2F
RGB
CMYK
RGB Variations
Color information
#1EAC2F (or 0x1EAC2F) is known color: Forest Green. HEX triplet: 1E, AC and 2F. RGB value is (30,172,47). Sum of RGB (Red+Green+Blue) = 30+172+47=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 172 (67.58% from 255 or 69.08% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAC2F is #E153D0. Grayscale: #737373. Windows color (decimal): -14767057 or 3124254. OLE color: 3124254.
HSL color Cylindrical-coordinate representation of color #1EAC2F: hue angle of 127.18º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAC2F is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 47 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.33 |
| HSL | 127.18º | 0.7% | 0.4% | - |
| HSV(B) | 127.18º | 0.83% | 0.67% | - |
| XYZ | 15.8 | 29.99 | 7.64 | - |
| YUV | 115.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 47 | 0.83 | 0 | 0.73 | 0.33 | 127.18 | 0.7 | 0.4 |
| Hex | 1E | AC | 2F | 53 | 0 | 49 | 21 | 7F | 46 | 28 |
| Octal | 36 | 254 | 57 | 123 | 0 | 111 | 41 | 177 | 106 | 50 |
| Binary | 11110 | 10101100 | 101111 | 1010011 | 0 | 1001001 | 100001 | 1111111 | 1000110 | 101000 |
Color Harmonies of #1EAC2F
Complementary color
Monochromatic Colors of #1EAC2F
Black with #1EAC2F
Text Example
Text Example
White with #1EAC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAC2F; }
p { color: rgb(30,172,47); }
H1.HeaderClassName
{
color: #1EAC2F;
}
.AnyTagClassName
{
color: #1EAC2F;
}
</style>
background-color css
<style>
a { background-color: #1EAC2F; }
a { background-color: rgb(30,172,47); }
div.DivClassName
{
background-color: #1EAC2F;
}
.BgClassName
{
background-color: #1EAC2F;
}
</style>
border-color css
<style>
span { border-color: #1EAC2F; }
span { border-color: rgb(30,172,47); }
td.TdClassName
{
border-color: #1EAC2F;
}
.TagClassName
{
border-color: #1EAC2F;
}
</style>