Shades of Forest Green #1E811D
Tints of Forest Green #1E811D
RGB
CMYK
RGB Variations
Color information
#1E811D (or 0x1E811D) is known color: Forest Green. HEX triplet: 1E, 81 and 1D. RGB value is (30,129,29). Sum of RGB (Red+Green+Blue) = 30+129+29=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 129 (50.78% from 255 or 68.62% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 129 - color contains mainly: green. Hex color #1E811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E811D is #E17EE2. Grayscale: #585858. Windows color (decimal): -14778083 or 1933598. OLE color: 1933598.
HSL color Cylindrical-coordinate representation of color #1E811D: hue angle of 119.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E811D is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 29 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.49 |
| HSL | 119.4º | 0.63% | 0.31% | - |
| HSV(B) | 119.4º | 0.78% | 0.51% | - |
| XYZ | 8.61 | 16.07 | 3.81 | - |
| YUV | 88 | 94.7 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 29 | 0.77 | 0 | 0.78 | 0.49 | 119.4 | 0.63 | 0.31 |
| Hex | 1E | 81 | 1D | 4D | 0 | 4E | 31 | 77 | 3F | 1F |
| Octal | 36 | 201 | 35 | 115 | 0 | 116 | 61 | 167 | 77 | 37 |
| Binary | 11110 | 10000001 | 11101 | 1001101 | 0 | 1001110 | 110001 | 1110111 | 111111 | 11111 |
Color Harmonies of #1E811D
Complementary color
Monochromatic Colors of #1E811D
Black with #1E811D
Text Example
Text Example
White with #1E811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E811D; }
p { color: rgb(30,129,29); }
H1.HeaderClassName
{
color: #1E811D;
}
.AnyTagClassName
{
color: #1E811D;
}
</style>
background-color css
<style>
a { background-color: #1E811D; }
a { background-color: rgb(30,129,29); }
div.DivClassName
{
background-color: #1E811D;
}
.BgClassName
{
background-color: #1E811D;
}
</style>
border-color css
<style>
span { border-color: #1E811D; }
span { border-color: rgb(30,129,29); }
td.TdClassName
{
border-color: #1E811D;
}
.TagClassName
{
border-color: #1E811D;
}
</style>