Shades of Forest Green #1E943B
Tints of Forest Green #1E943B
RGB
CMYK
RGB Variations
Color information
#1E943B (or 0x1E943B) is known color: Forest Green. HEX triplet: 1E, 94 and 3B. RGB value is (30,148,59). Sum of RGB (Red+Green+Blue) = 30+148+59=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #1E943B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E943B is #E16BC4. Grayscale: #666666. Windows color (decimal): -14773189 or 3904542. OLE color: 3904542.
HSL color Cylindrical-coordinate representation of color #1E943B: hue angle of 134.75º 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 #1E943B is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 148 | 59 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.42 |
| HSL | 134.75º | 0.66% | 0.35% | - |
| HSV(B) | 134.75º | 0.8% | 0.58% | - |
| XYZ | 11.91 | 21.77 | 7.71 | - |
| YUV | 102.57 | 103.41 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 59 | 0.80 | 0 | 0.60 | 0.42 | 134.75 | 0.66 | 0.35 |
| Hex | 1E | 94 | 3B | 50 | 0 | 3C | 2A | 87 | 42 | 23 |
| Octal | 36 | 224 | 73 | 120 | 0 | 74 | 52 | 207 | 102 | 43 |
| Binary | 11110 | 10010100 | 111011 | 1010000 | 0 | 111100 | 101010 | 10000111 | 1000010 | 100011 |
Color Harmonies of #1E943B
Complementary color
Monochromatic Colors of #1E943B
Black with #1E943B
Text Example
Text Example
White with #1E943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E943B; }
p { color: rgb(30,148,59); }
H1.HeaderClassName
{
color: #1E943B;
}
.AnyTagClassName
{
color: #1E943B;
}
</style>
background-color css
<style>
a { background-color: #1E943B; }
a { background-color: rgb(30,148,59); }
div.DivClassName
{
background-color: #1E943B;
}
.BgClassName
{
background-color: #1E943B;
}
</style>
border-color css
<style>
span { border-color: #1E943B; }
span { border-color: rgb(30,148,59); }
td.TdClassName
{
border-color: #1E943B;
}
.TagClassName
{
border-color: #1E943B;
}
</style>