Shades of Forest Green #1E8531
Tints of Forest Green #1E8531
RGB
CMYK
RGB Variations
Color information
#1E8531 (or 0x1E8531) is known color: Forest Green. HEX triplet: 1E, 85 and 31. RGB value is (30,133,49). Sum of RGB (Red+Green+Blue) = 30+133+49=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8531 is #E17ACE. Grayscale: #5C5C5C. Windows color (decimal): -14777039 or 3245342. OLE color: 3245342.
HSL color Cylindrical-coordinate representation of color #1E8531: hue angle of 131.07º 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 #1E8531 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 133 | 49 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.48 |
| HSL | 131.07º | 0.63% | 0.32% | - |
| HSV(B) | 131.07º | 0.77% | 0.52% | - |
| XYZ | 9.48 | 17.27 | 5.74 | - |
| YUV | 92.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 49 | 0.77 | 0 | 0.63 | 0.48 | 131.07 | 0.63 | 0.32 |
| Hex | 1E | 85 | 31 | 4D | 0 | 3F | 30 | 83 | 3F | 20 |
| Octal | 36 | 205 | 61 | 115 | 0 | 77 | 60 | 203 | 77 | 40 |
| Binary | 11110 | 10000101 | 110001 | 1001101 | 0 | 111111 | 110000 | 10000011 | 111111 | 100000 |
Color Harmonies of #1E8531
Complementary color
Monochromatic Colors of #1E8531
Black with #1E8531
Text Example
Text Example
White with #1E8531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8531; }
p { color: rgb(30,133,49); }
H1.HeaderClassName
{
color: #1E8531;
}
.AnyTagClassName
{
color: #1E8531;
}
</style>
background-color css
<style>
a { background-color: #1E8531; }
a { background-color: rgb(30,133,49); }
div.DivClassName
{
background-color: #1E8531;
}
.BgClassName
{
background-color: #1E8531;
}
</style>
border-color css
<style>
span { border-color: #1E8531; }
span { border-color: rgb(30,133,49); }
td.TdClassName
{
border-color: #1E8531;
}
.TagClassName
{
border-color: #1E8531;
}
</style>