Shades of Forest Green #1E812E
Tints of Forest Green #1E812E
RGB
CMYK
RGB Variations
Color information
#1E812E (or 0x1E812E) is known color: Forest Green. HEX triplet: 1E, 81 and 2E. RGB value is (30,129,46). Sum of RGB (Red+Green+Blue) = 30+129+46=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #1E812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E812E is #E17ED1. Grayscale: #5A5A5A. Windows color (decimal): -14778066 or 3047710. OLE color: 3047710.
HSL color Cylindrical-coordinate representation of color #1E812E: hue angle of 129.7º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E812E is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 46 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.49 |
| HSL | 129.7º | 0.62% | 0.31% | - |
| HSV(B) | 129.7º | 0.77% | 0.51% | - |
| XYZ | 8.88 | 16.17 | 5.24 | - |
| YUV | 89.94 | 103.2 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 46 | 0.77 | 0 | 0.64 | 0.49 | 129.7 | 0.62 | 0.31 |
| Hex | 1E | 81 | 2E | 4D | 0 | 40 | 31 | 82 | 3E | 1F |
| Octal | 36 | 201 | 56 | 115 | 0 | 100 | 61 | 202 | 76 | 37 |
| Binary | 11110 | 10000001 | 101110 | 1001101 | 0 | 1000000 | 110001 | 10000010 | 111110 | 11111 |
Color Harmonies of #1E812E
Complementary color
Monochromatic Colors of #1E812E
Black with #1E812E
Text Example
Text Example
White with #1E812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E812E; }
p { color: rgb(30,129,46); }
H1.HeaderClassName
{
color: #1E812E;
}
.AnyTagClassName
{
color: #1E812E;
}
</style>
background-color css
<style>
a { background-color: #1E812E; }
a { background-color: rgb(30,129,46); }
div.DivClassName
{
background-color: #1E812E;
}
.BgClassName
{
background-color: #1E812E;
}
</style>
border-color css
<style>
span { border-color: #1E812E; }
span { border-color: rgb(30,129,46); }
td.TdClassName
{
border-color: #1E812E;
}
.TagClassName
{
border-color: #1E812E;
}
</style>