Shades of Forest Green #1E8422
Tints of Forest Green #1E8422
RGB
CMYK
RGB Variations
Color information
#1E8422 (or 0x1E8422) is known color: Forest Green. HEX triplet: 1E, 84 and 22. RGB value is (30,132,34). Sum of RGB (Red+Green+Blue) = 30+132+34=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8422 is #E17BDD. Grayscale: #5A5A5A. Windows color (decimal): -14777310 or 2262046. OLE color: 2262046.
HSL color Cylindrical-coordinate representation of color #1E8422: hue angle of 122.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8422 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 132 | 34 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.48 |
| HSL | 122.35º | 0.63% | 0.32% | - |
| HSV(B) | 122.35º | 0.77% | 0.52% | - |
| XYZ | 9.08 | 16.89 | 4.3 | - |
| YUV | 90.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 132 | 34 | 0.77 | 0 | 0.74 | 0.48 | 122.35 | 0.63 | 0.32 |
| Hex | 1E | 84 | 22 | 4D | 0 | 4A | 30 | 7A | 3F | 20 |
| Octal | 36 | 204 | 42 | 115 | 0 | 112 | 60 | 172 | 77 | 40 |
| Binary | 11110 | 10000100 | 100010 | 1001101 | 0 | 1001010 | 110000 | 1111010 | 111111 | 100000 |
Color Harmonies of #1E8422
Complementary color
Monochromatic Colors of #1E8422
Black with #1E8422
Text Example
Text Example
White with #1E8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8422; }
p { color: rgb(30,132,34); }
H1.HeaderClassName
{
color: #1E8422;
}
.AnyTagClassName
{
color: #1E8422;
}
</style>
background-color css
<style>
a { background-color: #1E8422; }
a { background-color: rgb(30,132,34); }
div.DivClassName
{
background-color: #1E8422;
}
.BgClassName
{
background-color: #1E8422;
}
</style>
border-color css
<style>
span { border-color: #1E8422; }
span { border-color: rgb(30,132,34); }
td.TdClassName
{
border-color: #1E8422;
}
.TagClassName
{
border-color: #1E8422;
}
</style>