Shades of Forest Green #1E810C
Tints of Forest Green #1E810C
RGB
CMYK
RGB Variations
Color information
#1E810C (or 0x1E810C) is known color: Forest Green. HEX triplet: 1E, 81 and 0C. RGB value is (30,129,12). Sum of RGB (Red+Green+Blue) = 30+129+12=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 129 (50.78% from 255 or 75.44% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 129 - color contains mainly: green. Hex color #1E810C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E810C is #E17EF3. Grayscale: #565656. Windows color (decimal): -14778100 or 819486. OLE color: 819486.
HSL color Cylindrical-coordinate representation of color #1E810C: hue angle of 110.77º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E810C is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 12 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.49 |
| HSL | 110.77º | 0.83% | 0.28% | - |
| HSV(B) | 110.77º | 0.91% | 0.51% | - |
| XYZ | 8.45 | 16 | 2.99 | - |
| YUV | 86.06 | 86.2 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 12 | 0.77 | 0 | 0.91 | 0.49 | 110.77 | 0.83 | 0.28 |
| Hex | 1E | 81 | C | 4D | 0 | 5B | 31 | 6F | 53 | 1C |
| Octal | 36 | 201 | 14 | 115 | 0 | 133 | 61 | 157 | 123 | 34 |
| Binary | 11110 | 10000001 | 1100 | 1001101 | 0 | 1011011 | 110001 | 1101111 | 1010011 | 11100 |
Color Harmonies of #1E810C
Complementary color
Monochromatic Colors of #1E810C
Black with #1E810C
Text Example
Text Example
White with #1E810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E810C; }
p { color: rgb(30,129,12); }
H1.HeaderClassName
{
color: #1E810C;
}
.AnyTagClassName
{
color: #1E810C;
}
</style>
background-color css
<style>
a { background-color: #1E810C; }
a { background-color: rgb(30,129,12); }
div.DivClassName
{
background-color: #1E810C;
}
.BgClassName
{
background-color: #1E810C;
}
</style>
border-color css
<style>
span { border-color: #1E810C; }
span { border-color: rgb(30,129,12); }
td.TdClassName
{
border-color: #1E810C;
}
.TagClassName
{
border-color: #1E810C;
}
</style>