Shades of Forest Green #1E952F
Tints of Forest Green #1E952F
RGB
CMYK
RGB Variations
Color information
#1E952F (or 0x1E952F) is known color: Forest Green. HEX triplet: 1E, 95 and 2F. RGB value is (30,149,47). Sum of RGB (Red+Green+Blue) = 30+149+47=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #1E952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E952F is #E16AD0. Grayscale: #666666. Windows color (decimal): -14772945 or 3118366. OLE color: 3118366.
HSL color Cylindrical-coordinate representation of color #1E952F: hue angle of 128.57º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E952F is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 47 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.42 |
| HSL | 128.57º | 0.66% | 0.35% | - |
| HSV(B) | 128.57º | 0.8% | 0.58% | - |
| XYZ | 11.8 | 21.98 | 6.31 | - |
| YUV | 101.79 | 97.08 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 47 | 0.80 | 0 | 0.68 | 0.42 | 128.57 | 0.66 | 0.35 |
| Hex | 1E | 95 | 2F | 50 | 0 | 44 | 2A | 81 | 42 | 23 |
| Octal | 36 | 225 | 57 | 120 | 0 | 104 | 52 | 201 | 102 | 43 |
| Binary | 11110 | 10010101 | 101111 | 1010000 | 0 | 1000100 | 101010 | 10000001 | 1000010 | 100011 |
Color Harmonies of #1E952F
Complementary color
Monochromatic Colors of #1E952F
Black with #1E952F
Text Example
Text Example
White with #1E952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E952F; }
p { color: rgb(30,149,47); }
H1.HeaderClassName
{
color: #1E952F;
}
.AnyTagClassName
{
color: #1E952F;
}
</style>
background-color css
<style>
a { background-color: #1E952F; }
a { background-color: rgb(30,149,47); }
div.DivClassName
{
background-color: #1E952F;
}
.BgClassName
{
background-color: #1E952F;
}
</style>
border-color css
<style>
span { border-color: #1E952F; }
span { border-color: rgb(30,149,47); }
td.TdClassName
{
border-color: #1E952F;
}
.TagClassName
{
border-color: #1E952F;
}
</style>