Shades of Forest Green #1E802A
Tints of Forest Green #1E802A
RGB
CMYK
RGB Variations
Color information
#1E802A (or 0x1E802A) is known color: Forest Green. HEX triplet: 1E, 80 and 2A. RGB value is (30,128,42). Sum of RGB (Red+Green+Blue) = 30+128+42=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #1E802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E802A is #E17FD5. Grayscale: #595959. Windows color (decimal): -14778326 or 2785310. OLE color: 2785310.
HSL color Cylindrical-coordinate representation of color #1E802A: hue angle of 127.35º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E802A is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 128 | 42 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.50 |
| HSL | 127.35º | 0.62% | 0.31% | - |
| HSV(B) | 127.35º | 0.77% | 0.5% | - |
| XYZ | 8.67 | 15.88 | 4.8 | - |
| YUV | 88.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 42 | 0.77 | 0 | 0.67 | 0.50 | 127.35 | 0.62 | 0.31 |
| Hex | 1E | 80 | 2A | 4D | 0 | 43 | 32 | 7F | 3E | 1F |
| Octal | 36 | 200 | 52 | 115 | 0 | 103 | 62 | 177 | 76 | 37 |
| Binary | 11110 | 10000000 | 101010 | 1001101 | 0 | 1000011 | 110010 | 1111111 | 111110 | 11111 |
Color Harmonies of #1E802A
Complementary color
Monochromatic Colors of #1E802A
Black with #1E802A
Text Example
Text Example
White with #1E802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E802A; }
p { color: rgb(30,128,42); }
H1.HeaderClassName
{
color: #1E802A;
}
.AnyTagClassName
{
color: #1E802A;
}
</style>
background-color css
<style>
a { background-color: #1E802A; }
a { background-color: rgb(30,128,42); }
div.DivClassName
{
background-color: #1E802A;
}
.BgClassName
{
background-color: #1E802A;
}
</style>
border-color css
<style>
span { border-color: #1E802A; }
span { border-color: rgb(30,128,42); }
td.TdClassName
{
border-color: #1E802A;
}
.TagClassName
{
border-color: #1E802A;
}
</style>