Shades of Forest Green #1E942F
Tints of Forest Green #1E942F
RGB
CMYK
RGB Variations
Color information
#1E942F (or 0x1E942F) is known color: Forest Green. HEX triplet: 1E, 94 and 2F. RGB value is (30,148,47). Sum of RGB (Red+Green+Blue) = 30+148+47=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #1E942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E942F is #E16BD0. Grayscale: #656565. Windows color (decimal): -14773201 or 3118110. OLE color: 3118110.
HSL color Cylindrical-coordinate representation of color #1E942F: hue angle of 128.64º 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 #1E942F is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 47 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.42 |
| HSL | 128.64º | 0.66% | 0.35% | - |
| HSV(B) | 128.64º | 0.8% | 0.58% | - |
| XYZ | 11.64 | 21.66 | 6.26 | - |
| YUV | 101.2 | 97.41 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 47 | 0.80 | 0 | 0.68 | 0.42 | 128.64 | 0.66 | 0.35 |
| Hex | 1E | 94 | 2F | 50 | 0 | 44 | 2A | 81 | 42 | 23 |
| Octal | 36 | 224 | 57 | 120 | 0 | 104 | 52 | 201 | 102 | 43 |
| Binary | 11110 | 10010100 | 101111 | 1010000 | 0 | 1000100 | 101010 | 10000001 | 1000010 | 100011 |
Color Harmonies of #1E942F
Complementary color
Monochromatic Colors of #1E942F
Black with #1E942F
Text Example
Text Example
White with #1E942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E942F; }
p { color: rgb(30,148,47); }
H1.HeaderClassName
{
color: #1E942F;
}
.AnyTagClassName
{
color: #1E942F;
}
</style>
background-color css
<style>
a { background-color: #1E942F; }
a { background-color: rgb(30,148,47); }
div.DivClassName
{
background-color: #1E942F;
}
.BgClassName
{
background-color: #1E942F;
}
</style>
border-color css
<style>
span { border-color: #1E942F; }
span { border-color: rgb(30,148,47); }
td.TdClassName
{
border-color: #1E942F;
}
.TagClassName
{
border-color: #1E942F;
}
</style>