Shades of Forest Green #1E8A34
Tints of Forest Green #1E8A34
RGB
CMYK
RGB Variations
Color information
#1E8A34 (or 0x1E8A34) is known color: Forest Green. HEX triplet: 1E, 8A and 34. RGB value is (30,138,52). Sum of RGB (Red+Green+Blue) = 30+138+52=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #1E8A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8A34 is #E175CB. Grayscale: #606060. Windows color (decimal): -14775756 or 3443230. OLE color: 3443230.
HSL color Cylindrical-coordinate representation of color #1E8A34: hue angle of 132.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8A34 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 138 | 52 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.46 |
| HSL | 132.22º | 0.64% | 0.33% | - |
| HSV(B) | 132.22º | 0.78% | 0.54% | - |
| XYZ | 10.24 | 18.7 | 6.32 | - |
| YUV | 95.9 | 103.22 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 52 | 0.78 | 0 | 0.62 | 0.46 | 132.22 | 0.64 | 0.33 |
| Hex | 1E | 8A | 34 | 4E | 0 | 3E | 2E | 84 | 40 | 21 |
| Octal | 36 | 212 | 64 | 116 | 0 | 76 | 56 | 204 | 100 | 41 |
| Binary | 11110 | 10001010 | 110100 | 1001110 | 0 | 111110 | 101110 | 10000100 | 1000000 | 100001 |
Color Harmonies of #1E8A34
Complementary color
Monochromatic Colors of #1E8A34
Black with #1E8A34
Text Example
Text Example
White with #1E8A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8A34; }
p { color: rgb(30,138,52); }
H1.HeaderClassName
{
color: #1E8A34;
}
.AnyTagClassName
{
color: #1E8A34;
}
</style>
background-color css
<style>
a { background-color: #1E8A34; }
a { background-color: rgb(30,138,52); }
div.DivClassName
{
background-color: #1E8A34;
}
.BgClassName
{
background-color: #1E8A34;
}
</style>
border-color css
<style>
span { border-color: #1E8A34; }
span { border-color: rgb(30,138,52); }
td.TdClassName
{
border-color: #1E8A34;
}
.TagClassName
{
border-color: #1E8A34;
}
</style>