Shades of Forest Green #1E8E2D
Tints of Forest Green #1E8E2D
RGB
CMYK
RGB Variations
Color information
#1E8E2D (or 0x1E8E2D) is known color: Forest Green. HEX triplet: 1E, 8E and 2D. RGB value is (30,142,45). Sum of RGB (Red+Green+Blue) = 30+142+45=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 142 (55.86% from 255 or 65.44% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 142 - color contains mainly: green. Hex color #1E8E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8E2D is #E171D2. Grayscale: #616161. Windows color (decimal): -14774739 or 2985502. OLE color: 2985502.
HSL color Cylindrical-coordinate representation of color #1E8E2D: hue angle of 128.04º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8E2D is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 142 | 45 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.44 |
| HSL | 128.04º | 0.65% | 0.34% | - |
| HSV(B) | 128.04º | 0.79% | 0.56% | - |
| XYZ | 10.68 | 19.81 | 5.74 | - |
| YUV | 97.45 | 98.39 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 45 | 0.79 | 0 | 0.68 | 0.44 | 128.04 | 0.65 | 0.34 |
| Hex | 1E | 8E | 2D | 4F | 0 | 44 | 2C | 80 | 41 | 22 |
| Octal | 36 | 216 | 55 | 117 | 0 | 104 | 54 | 200 | 101 | 42 |
| Binary | 11110 | 10001110 | 101101 | 1001111 | 0 | 1000100 | 101100 | 10000000 | 1000001 | 100010 |
Color Harmonies of #1E8E2D
Complementary color
Monochromatic Colors of #1E8E2D
Black with #1E8E2D
Text Example
Text Example
White with #1E8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8E2D; }
p { color: rgb(30,142,45); }
H1.HeaderClassName
{
color: #1E8E2D;
}
.AnyTagClassName
{
color: #1E8E2D;
}
</style>
background-color css
<style>
a { background-color: #1E8E2D; }
a { background-color: rgb(30,142,45); }
div.DivClassName
{
background-color: #1E8E2D;
}
.BgClassName
{
background-color: #1E8E2D;
}
</style>
border-color css
<style>
span { border-color: #1E8E2D; }
span { border-color: rgb(30,142,45); }
td.TdClassName
{
border-color: #1E8E2D;
}
.TagClassName
{
border-color: #1E8E2D;
}
</style>