Shades of Forest Green #1E7215
Tints of Forest Green #1E7215
RGB
CMYK
RGB Variations
Color information
#1E7215 (or 0x1E7215) is known color: Forest Green. HEX triplet: 1E, 72 and 15. RGB value is (30,114,21). Sum of RGB (Red+Green+Blue) = 30+114+21=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #1E7215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7215 is #E18DEA. Grayscale: #4E4E4E. Windows color (decimal): -14781931 or 1405470. OLE color: 1405470.
HSL color Cylindrical-coordinate representation of color #1E7215: hue angle of 114.19º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E7215 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 114 | 21 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.55 |
| HSL | 114.19º | 0.69% | 0.26% | - |
| HSV(B) | 114.19º | 0.82% | 0.45% | - |
| XYZ | 6.69 | 12.36 | 2.74 | - |
| YUV | 78.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 21 | 0.74 | 0 | 0.82 | 0.55 | 114.19 | 0.69 | 0.26 |
| Hex | 1E | 72 | 15 | 4A | 0 | 52 | 37 | 72 | 45 | 1A |
| Octal | 36 | 162 | 25 | 112 | 0 | 122 | 67 | 162 | 105 | 32 |
| Binary | 11110 | 1110010 | 10101 | 1001010 | 0 | 1010010 | 110111 | 1110010 | 1000101 | 11010 |
Color Harmonies of #1E7215
Complementary color
Monochromatic Colors of #1E7215
Black with #1E7215
Text Example
Text Example
White with #1E7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7215; }
p { color: rgb(30,114,21); }
H1.HeaderClassName
{
color: #1E7215;
}
.AnyTagClassName
{
color: #1E7215;
}
</style>
background-color css
<style>
a { background-color: #1E7215; }
a { background-color: rgb(30,114,21); }
div.DivClassName
{
background-color: #1E7215;
}
.BgClassName
{
background-color: #1E7215;
}
</style>
border-color css
<style>
span { border-color: #1E7215; }
span { border-color: rgb(30,114,21); }
td.TdClassName
{
border-color: #1E7215;
}
.TagClassName
{
border-color: #1E7215;
}
</style>