Shades of Forest Green #1E822D
Tints of Forest Green #1E822D
RGB
CMYK
RGB Variations
Color information
#1E822D (or 0x1E822D) is known color: Forest Green. HEX triplet: 1E, 82 and 2D. RGB value is (30,130,45). Sum of RGB (Red+Green+Blue) = 30+130+45=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #1E822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E822D is #E17DD2. Grayscale: #5A5A5A. Windows color (decimal): -14777811 or 2982430. OLE color: 2982430.
HSL color Cylindrical-coordinate representation of color #1E822D: hue angle of 129º 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 #1E822D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 45 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.49 |
| HSL | 129º | 0.63% | 0.31% | - |
| HSV(B) | 129º | 0.77% | 0.51% | - |
| XYZ | 8.99 | 16.43 | 5.18 | - |
| YUV | 90.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 45 | 0.77 | 0 | 0.65 | 0.49 | 129 | 0.63 | 0.31 |
| Hex | 1E | 82 | 2D | 4D | 0 | 41 | 31 | 81 | 3E | 1F |
| Octal | 36 | 202 | 55 | 115 | 0 | 101 | 61 | 201 | 76 | 37 |
| Binary | 11110 | 10000010 | 101101 | 1001101 | 0 | 1000001 | 110001 | 10000001 | 111110 | 11111 |
Color Harmonies of #1E822D
Complementary color
Monochromatic Colors of #1E822D
Black with #1E822D
Text Example
Text Example
White with #1E822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E822D; }
p { color: rgb(30,130,45); }
H1.HeaderClassName
{
color: #1E822D;
}
.AnyTagClassName
{
color: #1E822D;
}
</style>
background-color css
<style>
a { background-color: #1E822D; }
a { background-color: rgb(30,130,45); }
div.DivClassName
{
background-color: #1E822D;
}
.BgClassName
{
background-color: #1E822D;
}
</style>
border-color css
<style>
span { border-color: #1E822D; }
span { border-color: rgb(30,130,45); }
td.TdClassName
{
border-color: #1E822D;
}
.TagClassName
{
border-color: #1E822D;
}
</style>