Shades of Forest Green #1E7E2C
Tints of Forest Green #1E7E2C
RGB
CMYK
RGB Variations
Color information
#1E7E2C (or 0x1E7E2C) is known color: Forest Green. HEX triplet: 1E, 7E and 2C. RGB value is (30,126,44). Sum of RGB (Red+Green+Blue) = 30+126+44=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 126 (49.61% from 255 or 63% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7E2C is #E181D3. Grayscale: #585858. Windows color (decimal): -14778836 or 2915870. OLE color: 2915870.
HSL color Cylindrical-coordinate representation of color #1E7E2C: hue angle of 128.75º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E2C is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 44 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.51 |
| HSL | 128.75º | 0.62% | 0.31% | - |
| HSV(B) | 128.75º | 0.76% | 0.49% | - |
| XYZ | 8.45 | 15.38 | 4.91 | - |
| YUV | 87.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 44 | 0.76 | 0 | 0.65 | 0.51 | 128.75 | 0.62 | 0.31 |
| Hex | 1E | 7E | 2C | 4C | 0 | 41 | 33 | 81 | 3E | 1F |
| Octal | 36 | 176 | 54 | 114 | 0 | 101 | 63 | 201 | 76 | 37 |
| Binary | 11110 | 1111110 | 101100 | 1001100 | 0 | 1000001 | 110011 | 10000001 | 111110 | 11111 |
Color Harmonies of #1E7E2C
Complementary color
Monochromatic Colors of #1E7E2C
Black with #1E7E2C
Text Example
Text Example
White with #1E7E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E2C; }
p { color: rgb(30,126,44); }
H1.HeaderClassName
{
color: #1E7E2C;
}
.AnyTagClassName
{
color: #1E7E2C;
}
</style>
background-color css
<style>
a { background-color: #1E7E2C; }
a { background-color: rgb(30,126,44); }
div.DivClassName
{
background-color: #1E7E2C;
}
.BgClassName
{
background-color: #1E7E2C;
}
</style>
border-color css
<style>
span { border-color: #1E7E2C; }
span { border-color: rgb(30,126,44); }
td.TdClassName
{
border-color: #1E7E2C;
}
.TagClassName
{
border-color: #1E7E2C;
}
</style>