Shades of Forest Green #1E822C
Tints of Forest Green #1E822C
RGB
CMYK
RGB Variations
Color information
#1E822C (or 0x1E822C) is known color: Forest Green. HEX triplet: 1E, 82 and 2C. RGB value is (30,130,44). Sum of RGB (Red+Green+Blue) = 30+130+44=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #1E822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E822C is #E17DD3. Grayscale: #5A5A5A. Windows color (decimal): -14777812 or 2916894. OLE color: 2916894.
HSL color Cylindrical-coordinate representation of color #1E822C: hue angle of 128.4º 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 #1E822C is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 44 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.49 |
| HSL | 128.4º | 0.63% | 0.31% | - |
| HSV(B) | 128.4º | 0.77% | 0.51% | - |
| XYZ | 8.97 | 16.42 | 5.08 | - |
| YUV | 90.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 44 | 0.77 | 0 | 0.66 | 0.49 | 128.4 | 0.63 | 0.31 |
| Hex | 1E | 82 | 2C | 4D | 0 | 42 | 31 | 80 | 3E | 1F |
| Octal | 36 | 202 | 54 | 115 | 0 | 102 | 61 | 200 | 76 | 37 |
| Binary | 11110 | 10000010 | 101100 | 1001101 | 0 | 1000010 | 110001 | 10000000 | 111110 | 11111 |
Color Harmonies of #1E822C
Complementary color
Monochromatic Colors of #1E822C
Black with #1E822C
Text Example
Text Example
White with #1E822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E822C; }
p { color: rgb(30,130,44); }
H1.HeaderClassName
{
color: #1E822C;
}
.AnyTagClassName
{
color: #1E822C;
}
</style>
background-color css
<style>
a { background-color: #1E822C; }
a { background-color: rgb(30,130,44); }
div.DivClassName
{
background-color: #1E822C;
}
.BgClassName
{
background-color: #1E822C;
}
</style>
border-color css
<style>
span { border-color: #1E822C; }
span { border-color: rgb(30,130,44); }
td.TdClassName
{
border-color: #1E822C;
}
.TagClassName
{
border-color: #1E822C;
}
</style>