Shades of Forest Green #1E9521
Tints of Forest Green #1E9521
RGB
CMYK
RGB Variations
Color information
#1E9521 (or 0x1E9521) is known color: Forest Green. HEX triplet: 1E, 95 and 21. RGB value is (30,149,33). Sum of RGB (Red+Green+Blue) = 30+149+33=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #1E9521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9521 is #E16ADE. Grayscale: #646464. Windows color (decimal): -14772959 or 2200862. OLE color: 2200862.
HSL color Cylindrical-coordinate representation of color #1E9521: hue angle of 121.51º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9521 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 33 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.42 |
| HSL | 121.51º | 0.66% | 0.35% | - |
| HSV(B) | 121.51º | 0.8% | 0.58% | - |
| XYZ | 11.56 | 21.88 | 5.05 | - |
| YUV | 100.2 | 90.08 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 33 | 0.80 | 0 | 0.78 | 0.42 | 121.51 | 0.66 | 0.35 |
| Hex | 1E | 95 | 21 | 50 | 0 | 4E | 2A | 7A | 42 | 23 |
| Octal | 36 | 225 | 41 | 120 | 0 | 116 | 52 | 172 | 102 | 43 |
| Binary | 11110 | 10010101 | 100001 | 1010000 | 0 | 1001110 | 101010 | 1111010 | 1000010 | 100011 |
Color Harmonies of #1E9521
Complementary color
Monochromatic Colors of #1E9521
Black with #1E9521
Text Example
Text Example
White with #1E9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9521; }
p { color: rgb(30,149,33); }
H1.HeaderClassName
{
color: #1E9521;
}
.AnyTagClassName
{
color: #1E9521;
}
</style>
background-color css
<style>
a { background-color: #1E9521; }
a { background-color: rgb(30,149,33); }
div.DivClassName
{
background-color: #1E9521;
}
.BgClassName
{
background-color: #1E9521;
}
</style>
border-color css
<style>
span { border-color: #1E9521; }
span { border-color: rgb(30,149,33); }
td.TdClassName
{
border-color: #1E9521;
}
.TagClassName
{
border-color: #1E9521;
}
</style>