Shades of Forest Green #1E921E
Tints of Forest Green #1E921E
RGB
CMYK
RGB Variations
Color information
#1E921E (or 0x1E921E) is known color: Forest Green. HEX triplet: 1E, 92 and 1E. RGB value is (30,146,30). Sum of RGB (Red+Green+Blue) = 30+146+30=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 146 (57.42% from 255 or 70.87% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 146 - color contains mainly: green. Hex color #1E921E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E921E is #E16DE1. Grayscale: #626262. Windows color (decimal): -14773730 or 2003486. OLE color: 2003486.
HSL color Cylindrical-coordinate representation of color #1E921E: hue angle of 120º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E921E is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 146 | 30 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.43 |
| HSL | 120º | 0.66% | 0.35% | - |
| HSV(B) | 120º | 0.79% | 0.57% | - |
| XYZ | 11.05 | 20.93 | 4.69 | - |
| YUV | 98.09 | 89.57 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 146 | 30 | 0.79 | 0 | 0.79 | 0.43 | 120 | 0.66 | 0.35 |
| Hex | 1E | 92 | 1E | 4F | 0 | 4F | 2B | 78 | 42 | 23 |
| Octal | 36 | 222 | 36 | 117 | 0 | 117 | 53 | 170 | 102 | 43 |
| Binary | 11110 | 10010010 | 11110 | 1001111 | 0 | 1001111 | 101011 | 1111000 | 1000010 | 100011 |
Color Harmonies of #1E921E
Complementary color
Monochromatic Colors of #1E921E
Black with #1E921E
Text Example
Text Example
White with #1E921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E921E; }
p { color: rgb(30,146,30); }
H1.HeaderClassName
{
color: #1E921E;
}
.AnyTagClassName
{
color: #1E921E;
}
</style>
background-color css
<style>
a { background-color: #1E921E; }
a { background-color: rgb(30,146,30); }
div.DivClassName
{
background-color: #1E921E;
}
.BgClassName
{
background-color: #1E921E;
}
</style>
border-color css
<style>
span { border-color: #1E921E; }
span { border-color: rgb(30,146,30); }
td.TdClassName
{
border-color: #1E921E;
}
.TagClassName
{
border-color: #1E921E;
}
</style>