Shades of Forest Green #1E721A
Tints of Forest Green #1E721A
RGB
CMYK
RGB Variations
Color information
#1E721A (or 0x1E721A) is known color: Forest Green. HEX triplet: 1E, 72 and 1A. RGB value is (30,114,26). Sum of RGB (Red+Green+Blue) = 30+114+26=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #1E721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E721A is #E18DE5. Grayscale: #4F4F4F. Windows color (decimal): -14781926 or 1733150. OLE color: 1733150.
HSL color Cylindrical-coordinate representation of color #1E721A: hue angle of 117.27º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E721A is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 114 | 26 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.55 |
| HSL | 117.27º | 0.63% | 0.27% | - |
| HSV(B) | 117.27º | 0.77% | 0.45% | - |
| XYZ | 6.74 | 12.39 | 3.01 | - |
| YUV | 78.85 | 98.17 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 26 | 0.74 | 0 | 0.77 | 0.55 | 117.27 | 0.63 | 0.27 |
| Hex | 1E | 72 | 1A | 4A | 0 | 4D | 37 | 75 | 3F | 1B |
| Octal | 36 | 162 | 32 | 112 | 0 | 115 | 67 | 165 | 77 | 33 |
| Binary | 11110 | 1110010 | 11010 | 1001010 | 0 | 1001101 | 110111 | 1110101 | 111111 | 11011 |
Color Harmonies of #1E721A
Complementary color
Monochromatic Colors of #1E721A
Black with #1E721A
Text Example
Text Example
White with #1E721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E721A; }
p { color: rgb(30,114,26); }
H1.HeaderClassName
{
color: #1E721A;
}
.AnyTagClassName
{
color: #1E721A;
}
</style>
background-color css
<style>
a { background-color: #1E721A; }
a { background-color: rgb(30,114,26); }
div.DivClassName
{
background-color: #1E721A;
}
.BgClassName
{
background-color: #1E721A;
}
</style>
border-color css
<style>
span { border-color: #1E721A; }
span { border-color: rgb(30,114,26); }
td.TdClassName
{
border-color: #1E721A;
}
.TagClassName
{
border-color: #1E721A;
}
</style>