Shades of Forest Green #1EAD1A
Tints of Forest Green #1EAD1A
RGB
CMYK
RGB Variations
Color information
#1EAD1A (or 0x1EAD1A) is known color: Forest Green. HEX triplet: 1E, AD and 1A. RGB value is (30,173,26). Sum of RGB (Red+Green+Blue) = 30+173+26=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAD1A is #E152E5. Grayscale: #717171. Windows color (decimal): -14766822 or 1748254. OLE color: 1748254.
HSL color Cylindrical-coordinate representation of color #1EAD1A: hue angle of 118.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EAD1A is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 26 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.32 |
| HSL | 118.37º | 0.74% | 0.39% | - |
| HSV(B) | 118.37º | 0.85% | 0.68% | - |
| XYZ | 15.67 | 30.24 | 5.99 | - |
| YUV | 113.49 | 78.62 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 26 | 0.83 | 0 | 0.85 | 0.32 | 118.37 | 0.74 | 0.39 |
| Hex | 1E | AD | 1A | 53 | 0 | 55 | 20 | 76 | 4A | 27 |
| Octal | 36 | 255 | 32 | 123 | 0 | 125 | 40 | 166 | 112 | 47 |
| Binary | 11110 | 10101101 | 11010 | 1010011 | 0 | 1010101 | 100000 | 1110110 | 1001010 | 100111 |
Color Harmonies of #1EAD1A
Complementary color
Monochromatic Colors of #1EAD1A
Black with #1EAD1A
Text Example
Text Example
White with #1EAD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD1A; }
p { color: rgb(30,173,26); }
H1.HeaderClassName
{
color: #1EAD1A;
}
.AnyTagClassName
{
color: #1EAD1A;
}
</style>
background-color css
<style>
a { background-color: #1EAD1A; }
a { background-color: rgb(30,173,26); }
div.DivClassName
{
background-color: #1EAD1A;
}
.BgClassName
{
background-color: #1EAD1A;
}
</style>
border-color css
<style>
span { border-color: #1EAD1A; }
span { border-color: rgb(30,173,26); }
td.TdClassName
{
border-color: #1EAD1A;
}
.TagClassName
{
border-color: #1EAD1A;
}
</style>