Shades of Forest Green #1E9F34
Tints of Forest Green #1E9F34
RGB
CMYK
RGB Variations
Color information
#1E9F34 (or 0x1E9F34) is known color: Forest Green. HEX triplet: 1E, 9F and 34. RGB value is (30,159,52). Sum of RGB (Red+Green+Blue) = 30+159+52=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 159 (62.5% from 255 or 65.98% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 159 - color contains mainly: green. Hex color #1E9F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9F34 is #E160CB. Grayscale: #6C6C6C. Windows color (decimal): -14770380 or 3448606. OLE color: 3448606.
HSL color Cylindrical-coordinate representation of color #1E9F34: hue angle of 130.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9F34 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 159 | 52 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.38 |
| HSL | 130.23º | 0.68% | 0.37% | - |
| HSV(B) | 130.23º | 0.81% | 0.62% | - |
| XYZ | 13.55 | 25.32 | 7.42 | - |
| YUV | 108.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 159 | 52 | 0.81 | 0 | 0.67 | 0.38 | 130.23 | 0.68 | 0.37 |
| Hex | 1E | 9F | 34 | 51 | 0 | 43 | 26 | 82 | 44 | 25 |
| Octal | 36 | 237 | 64 | 121 | 0 | 103 | 46 | 202 | 104 | 45 |
| Binary | 11110 | 10011111 | 110100 | 1010001 | 0 | 1000011 | 100110 | 10000010 | 1000100 | 100101 |
Color Harmonies of #1E9F34
Complementary color
Monochromatic Colors of #1E9F34
Black with #1E9F34
Text Example
Text Example
White with #1E9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9F34; }
p { color: rgb(30,159,52); }
H1.HeaderClassName
{
color: #1E9F34;
}
.AnyTagClassName
{
color: #1E9F34;
}
</style>
background-color css
<style>
a { background-color: #1E9F34; }
a { background-color: rgb(30,159,52); }
div.DivClassName
{
background-color: #1E9F34;
}
.BgClassName
{
background-color: #1E9F34;
}
</style>
border-color css
<style>
span { border-color: #1E9F34; }
span { border-color: rgb(30,159,52); }
td.TdClassName
{
border-color: #1E9F34;
}
.TagClassName
{
border-color: #1E9F34;
}
</style>