Shades of Forest Green #1E941A
Tints of Forest Green #1E941A
RGB
CMYK
RGB Variations
Color information
#1E941A (or 0x1E941A) is known color: Forest Green. HEX triplet: 1E, 94 and 1A. RGB value is (30,148,26). Sum of RGB (Red+Green+Blue) = 30+148+26=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #1E941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E941A is #E16BE5. Grayscale: #636363. Windows color (decimal): -14773222 or 1741854. OLE color: 1741854.
HSL color Cylindrical-coordinate representation of color #1E941A: hue angle of 118.03º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E941A is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 26 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.42 |
| HSL | 118.03º | 0.7% | 0.34% | - |
| HSV(B) | 118.03º | 0.82% | 0.58% | - |
| XYZ | 11.31 | 21.53 | 4.54 | - |
| YUV | 98.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 26 | 0.80 | 0 | 0.82 | 0.42 | 118.03 | 0.7 | 0.34 |
| Hex | 1E | 94 | 1A | 50 | 0 | 52 | 2A | 76 | 46 | 22 |
| Octal | 36 | 224 | 32 | 120 | 0 | 122 | 52 | 166 | 106 | 42 |
| Binary | 11110 | 10010100 | 11010 | 1010000 | 0 | 1010010 | 101010 | 1110110 | 1000110 | 100010 |
Color Harmonies of #1E941A
Complementary color
Monochromatic Colors of #1E941A
Black with #1E941A
Text Example
Text Example
White with #1E941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E941A; }
p { color: rgb(30,148,26); }
H1.HeaderClassName
{
color: #1E941A;
}
.AnyTagClassName
{
color: #1E941A;
}
</style>
background-color css
<style>
a { background-color: #1E941A; }
a { background-color: rgb(30,148,26); }
div.DivClassName
{
background-color: #1E941A;
}
.BgClassName
{
background-color: #1E941A;
}
</style>
border-color css
<style>
span { border-color: #1E941A; }
span { border-color: rgb(30,148,26); }
td.TdClassName
{
border-color: #1E941A;
}
.TagClassName
{
border-color: #1E941A;
}
</style>