Shades of Forest Green #1E7A1C
Tints of Forest Green #1E7A1C
RGB
CMYK
RGB Variations
Color information
#1E7A1C (or 0x1E7A1C) is known color: Forest Green. HEX triplet: 1E, 7A and 1C. RGB value is (30,122,28). Sum of RGB (Red+Green+Blue) = 30+122+28=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 122 (48.05% from 255 or 67.78% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7A1C is #E185E3. Grayscale: #545454. Windows color (decimal): -14779876 or 1866270. OLE color: 1866270.
HSL color Cylindrical-coordinate representation of color #1E7A1C: hue angle of 118.72º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E7A1C is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 122 | 28 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.52 |
| HSL | 118.72º | 0.63% | 0.29% | - |
| HSV(B) | 118.72º | 0.77% | 0.48% | - |
| XYZ | 7.7 | 14.28 | 3.45 | - |
| YUV | 83.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 28 | 0.75 | 0 | 0.77 | 0.52 | 118.72 | 0.63 | 0.29 |
| Hex | 1E | 7A | 1C | 4B | 0 | 4D | 34 | 77 | 3F | 1D |
| Octal | 36 | 172 | 34 | 113 | 0 | 115 | 64 | 167 | 77 | 35 |
| Binary | 11110 | 1111010 | 11100 | 1001011 | 0 | 1001101 | 110100 | 1110111 | 111111 | 11101 |
Color Harmonies of #1E7A1C
Complementary color
Monochromatic Colors of #1E7A1C
Black with #1E7A1C
Text Example
Text Example
White with #1E7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A1C; }
p { color: rgb(30,122,28); }
H1.HeaderClassName
{
color: #1E7A1C;
}
.AnyTagClassName
{
color: #1E7A1C;
}
</style>
background-color css
<style>
a { background-color: #1E7A1C; }
a { background-color: rgb(30,122,28); }
div.DivClassName
{
background-color: #1E7A1C;
}
.BgClassName
{
background-color: #1E7A1C;
}
</style>
border-color css
<style>
span { border-color: #1E7A1C; }
span { border-color: rgb(30,122,28); }
td.TdClassName
{
border-color: #1E7A1C;
}
.TagClassName
{
border-color: #1E7A1C;
}
</style>