Shades of Forest Green #1E991C
Tints of Forest Green #1E991C
RGB
CMYK
RGB Variations
Color information
#1E991C (or 0x1E991C) is known color: Forest Green. HEX triplet: 1E, 99 and 1C. RGB value is (30,153,28). Sum of RGB (Red+Green+Blue) = 30+153+28=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #1E991C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E991C is #E166E3. Grayscale: #666666. Windows color (decimal): -14771940 or 1874206. OLE color: 1874206.
HSL color Cylindrical-coordinate representation of color #1E991C: hue angle of 119.04º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E991C is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 30 | 153 | 28 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.4 |
| HSL | 119.04º | 0.69% | 0.35% | - |
| HSV(B) | 119.04º | 0.82% | 0.6% | - |
| XYZ | 12.14 | 23.14 | 4.93 | - |
| YUV | 101.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 28 | 0.80 | 0 | 0.82 | 0.4 | 119.04 | 0.69 | 0.35 |
| Hex | 1E | 99 | 1C | 50 | 0 | 52 | 28 | 77 | 45 | 23 |
| Octal | 36 | 231 | 34 | 120 | 0 | 122 | 50 | 167 | 105 | 43 |
| Binary | 11110 | 10011001 | 11100 | 1010000 | 0 | 1010010 | 101000 | 1110111 | 1000101 | 100011 |
Color Harmonies of #1E991C
Complementary color
Monochromatic Colors of #1E991C
Black with #1E991C
Text Example
Text Example
White with #1E991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E991C; }
p { color: rgb(30,153,28); }
H1.HeaderClassName
{
color: #1E991C;
}
.AnyTagClassName
{
color: #1E991C;
}
</style>
background-color css
<style>
a { background-color: #1E991C; }
a { background-color: rgb(30,153,28); }
div.DivClassName
{
background-color: #1E991C;
}
.BgClassName
{
background-color: #1E991C;
}
</style>
border-color css
<style>
span { border-color: #1E991C; }
span { border-color: rgb(30,153,28); }
td.TdClassName
{
border-color: #1E991C;
}
.TagClassName
{
border-color: #1E991C;
}
</style>