Shades of Forest Green #1E913C
Tints of Forest Green #1E913C
RGB
CMYK
RGB Variations
Color information
#1E913C (or 0x1E913C) is known color: Forest Green. HEX triplet: 1E, 91 and 3C. RGB value is (30,145,60). Sum of RGB (Red+Green+Blue) = 30+145+60=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #1E913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E913C is #E16EC3. Grayscale: #656565. Windows color (decimal): -14773956 or 3969310. OLE color: 3969310.
HSL color Cylindrical-coordinate representation of color #1E913C: hue angle of 135.65º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E913C is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 145 | 60 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.43 |
| HSL | 135.65º | 0.66% | 0.34% | - |
| HSV(B) | 135.65º | 0.79% | 0.57% | - |
| XYZ | 11.48 | 20.85 | 7.7 | - |
| YUV | 100.93 | 104.9 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 145 | 60 | 0.79 | 0 | 0.59 | 0.43 | 135.65 | 0.66 | 0.34 |
| Hex | 1E | 91 | 3C | 4F | 0 | 3B | 2B | 88 | 42 | 22 |
| Octal | 36 | 221 | 74 | 117 | 0 | 73 | 53 | 210 | 102 | 42 |
| Binary | 11110 | 10010001 | 111100 | 1001111 | 0 | 111011 | 101011 | 10001000 | 1000010 | 100010 |
Color Harmonies of #1E913C
Complementary color
Monochromatic Colors of #1E913C
Black with #1E913C
Text Example
Text Example
White with #1E913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E913C; }
p { color: rgb(30,145,60); }
H1.HeaderClassName
{
color: #1E913C;
}
.AnyTagClassName
{
color: #1E913C;
}
</style>
background-color css
<style>
a { background-color: #1E913C; }
a { background-color: rgb(30,145,60); }
div.DivClassName
{
background-color: #1E913C;
}
.BgClassName
{
background-color: #1E913C;
}
</style>
border-color css
<style>
span { border-color: #1E913C; }
span { border-color: rgb(30,145,60); }
td.TdClassName
{
border-color: #1E913C;
}
.TagClassName
{
border-color: #1E913C;
}
</style>