Shades of Forest Green #1E862C
Tints of Forest Green #1E862C
RGB
CMYK
RGB Variations
Color information
#1E862C (or 0x1E862C) is known color: Forest Green. HEX triplet: 1E, 86 and 2C. RGB value is (30,134,44). Sum of RGB (Red+Green+Blue) = 30+134+44=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #1E862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E862C is #E179D3. Grayscale: #5C5C5C. Windows color (decimal): -14776788 or 2917918. OLE color: 2917918.
HSL color Cylindrical-coordinate representation of color #1E862C: hue angle of 128.08º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E862C is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 44 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.47 |
| HSL | 128.08º | 0.63% | 0.32% | - |
| HSV(B) | 128.08º | 0.78% | 0.53% | - |
| XYZ | 9.52 | 17.51 | 5.26 | - |
| YUV | 92.64 | 100.54 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 44 | 0.78 | 0 | 0.67 | 0.47 | 128.08 | 0.63 | 0.32 |
| Hex | 1E | 86 | 2C | 4E | 0 | 43 | 2F | 80 | 3F | 20 |
| Octal | 36 | 206 | 54 | 116 | 0 | 103 | 57 | 200 | 77 | 40 |
| Binary | 11110 | 10000110 | 101100 | 1001110 | 0 | 1000011 | 101111 | 10000000 | 111111 | 100000 |
Color Harmonies of #1E862C
Complementary color
Monochromatic Colors of #1E862C
Black with #1E862C
Text Example
Text Example
White with #1E862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E862C; }
p { color: rgb(30,134,44); }
H1.HeaderClassName
{
color: #1E862C;
}
.AnyTagClassName
{
color: #1E862C;
}
</style>
background-color css
<style>
a { background-color: #1E862C; }
a { background-color: rgb(30,134,44); }
div.DivClassName
{
background-color: #1E862C;
}
.BgClassName
{
background-color: #1E862C;
}
</style>
border-color css
<style>
span { border-color: #1E862C; }
span { border-color: rgb(30,134,44); }
td.TdClassName
{
border-color: #1E862C;
}
.TagClassName
{
border-color: #1E862C;
}
</style>