Shades of Forest Green #1E993C
Tints of Forest Green #1E993C
RGB
CMYK
RGB Variations
Color information
#1E993C (or 0x1E993C) is known color: Forest Green. HEX triplet: 1E, 99 and 3C. RGB value is (30,153,60). Sum of RGB (Red+Green+Blue) = 30+153+60=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 153 (60.16% from 255 or 62.96% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 153 - color contains mainly: green. Hex color #1E993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E993C is #E166C3. Grayscale: #696969. Windows color (decimal): -14771908 or 3971358. OLE color: 3971358.
HSL color Cylindrical-coordinate representation of color #1E993C: hue angle of 134.63º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E993C is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 30 | 153 | 60 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.4 |
| HSL | 134.63º | 0.67% | 0.36% | - |
| HSV(B) | 134.63º | 0.8% | 0.6% | - |
| XYZ | 12.74 | 23.38 | 8.12 | - |
| YUV | 105.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 60 | 0.80 | 0 | 0.61 | 0.4 | 134.63 | 0.67 | 0.36 |
| Hex | 1E | 99 | 3C | 50 | 0 | 3D | 28 | 87 | 43 | 24 |
| Octal | 36 | 231 | 74 | 120 | 0 | 75 | 50 | 207 | 103 | 44 |
| Binary | 11110 | 10011001 | 111100 | 1010000 | 0 | 111101 | 101000 | 10000111 | 1000011 | 100100 |
Color Harmonies of #1E993C
Complementary color
Monochromatic Colors of #1E993C
Black with #1E993C
Text Example
Text Example
White with #1E993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E993C; }
p { color: rgb(30,153,60); }
H1.HeaderClassName
{
color: #1E993C;
}
.AnyTagClassName
{
color: #1E993C;
}
</style>
background-color css
<style>
a { background-color: #1E993C; }
a { background-color: rgb(30,153,60); }
div.DivClassName
{
background-color: #1E993C;
}
.BgClassName
{
background-color: #1E993C;
}
</style>
border-color css
<style>
span { border-color: #1E993C; }
span { border-color: rgb(30,153,60); }
td.TdClassName
{
border-color: #1E993C;
}
.TagClassName
{
border-color: #1E993C;
}
</style>