Shades of Forest Green #1E972B
Tints of Forest Green #1E972B
RGB
CMYK
RGB Variations
Color information
#1E972B (or 0x1E972B) is known color: Forest Green. HEX triplet: 1E, 97 and 2B. RGB value is (30,151,43). Sum of RGB (Red+Green+Blue) = 30+151+43=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 151 (59.38% from 255 or 67.41% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 151 - color contains mainly: green. Hex color #1E972B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E972B is #E168D4. Grayscale: #666666. Windows color (decimal): -14772437 or 2856734. OLE color: 2856734.
HSL color Cylindrical-coordinate representation of color #1E972B: hue angle of 126.45º 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 #1E972B is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 151 | 43 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.41 |
| HSL | 126.45º | 0.67% | 0.35% | - |
| HSV(B) | 126.45º | 0.8% | 0.59% | - |
| XYZ | 12.04 | 22.58 | 6.01 | - |
| YUV | 102.51 | 94.41 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 151 | 43 | 0.80 | 0 | 0.72 | 0.41 | 126.45 | 0.67 | 0.35 |
| Hex | 1E | 97 | 2B | 50 | 0 | 48 | 29 | 7E | 43 | 23 |
| Octal | 36 | 227 | 53 | 120 | 0 | 110 | 51 | 176 | 103 | 43 |
| Binary | 11110 | 10010111 | 101011 | 1010000 | 0 | 1001000 | 101001 | 1111110 | 1000011 | 100011 |
Color Harmonies of #1E972B
Complementary color
Monochromatic Colors of #1E972B
Black with #1E972B
Text Example
Text Example
White with #1E972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E972B; }
p { color: rgb(30,151,43); }
H1.HeaderClassName
{
color: #1E972B;
}
.AnyTagClassName
{
color: #1E972B;
}
</style>
background-color css
<style>
a { background-color: #1E972B; }
a { background-color: rgb(30,151,43); }
div.DivClassName
{
background-color: #1E972B;
}
.BgClassName
{
background-color: #1E972B;
}
</style>
border-color css
<style>
span { border-color: #1E972B; }
span { border-color: rgb(30,151,43); }
td.TdClassName
{
border-color: #1E972B;
}
.TagClassName
{
border-color: #1E972B;
}
</style>