Shades of Forest Green #1E972C
Tints of Forest Green #1E972C
RGB
CMYK
RGB Variations
Color information
#1E972C (or 0x1E972C) is known color: Forest Green. HEX triplet: 1E, 97 and 2C. RGB value is (30,151,44). Sum of RGB (Red+Green+Blue) = 30+151+44=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 151 (59.38% from 255 or 67.11% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 151 - color contains mainly: green. Hex color #1E972C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E972C is #E168D3. Grayscale: #666666. Windows color (decimal): -14772436 or 2922270. OLE color: 2922270.
HSL color Cylindrical-coordinate representation of color #1E972C: hue angle of 126.94º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E972C is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 151 | 44 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.41 |
| HSL | 126.94º | 0.67% | 0.35% | - |
| HSV(B) | 126.94º | 0.8% | 0.59% | - |
| XYZ | 12.06 | 22.59 | 6.11 | - |
| YUV | 102.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 44 | 0.80 | 0 | 0.71 | 0.41 | 126.94 | 0.67 | 0.35 |
| Hex | 1E | 97 | 2C | 50 | 0 | 47 | 29 | 7F | 43 | 23 |
| Octal | 36 | 227 | 54 | 120 | 0 | 107 | 51 | 177 | 103 | 43 |
| Binary | 11110 | 10010111 | 101100 | 1010000 | 0 | 1000111 | 101001 | 1111111 | 1000011 | 100011 |
Color Harmonies of #1E972C
Complementary color
Monochromatic Colors of #1E972C
Black with #1E972C
Text Example
Text Example
White with #1E972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E972C; }
p { color: rgb(30,151,44); }
H1.HeaderClassName
{
color: #1E972C;
}
.AnyTagClassName
{
color: #1E972C;
}
</style>
background-color css
<style>
a { background-color: #1E972C; }
a { background-color: rgb(30,151,44); }
div.DivClassName
{
background-color: #1E972C;
}
.BgClassName
{
background-color: #1E972C;
}
</style>
border-color css
<style>
span { border-color: #1E972C; }
span { border-color: rgb(30,151,44); }
td.TdClassName
{
border-color: #1E972C;
}
.TagClassName
{
border-color: #1E972C;
}
</style>