Shades of Forest Green #1E8A2D
Tints of Forest Green #1E8A2D
RGB
CMYK
RGB Variations
Color information
#1E8A2D (or 0x1E8A2D) is known color: Forest Green. HEX triplet: 1E, 8A and 2D. RGB value is (30,138,45). Sum of RGB (Red+Green+Blue) = 30+138+45=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #1E8A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8A2D is #E175D2. Grayscale: #5F5F5F. Windows color (decimal): -14775763 or 2984478. OLE color: 2984478.
HSL color Cylindrical-coordinate representation of color #1E8A2D: hue angle of 128.33º 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 #1E8A2D is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 138 | 45 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.46 |
| HSL | 128.33º | 0.64% | 0.33% | - |
| HSV(B) | 128.33º | 0.78% | 0.54% | - |
| XYZ | 10.1 | 18.64 | 5.55 | - |
| YUV | 95.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 45 | 0.78 | 0 | 0.67 | 0.46 | 128.33 | 0.64 | 0.33 |
| Hex | 1E | 8A | 2D | 4E | 0 | 43 | 2E | 80 | 40 | 21 |
| Octal | 36 | 212 | 55 | 116 | 0 | 103 | 56 | 200 | 100 | 41 |
| Binary | 11110 | 10001010 | 101101 | 1001110 | 0 | 1000011 | 101110 | 10000000 | 1000000 | 100001 |
Color Harmonies of #1E8A2D
Complementary color
Monochromatic Colors of #1E8A2D
Black with #1E8A2D
Text Example
Text Example
White with #1E8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8A2D; }
p { color: rgb(30,138,45); }
H1.HeaderClassName
{
color: #1E8A2D;
}
.AnyTagClassName
{
color: #1E8A2D;
}
</style>
background-color css
<style>
a { background-color: #1E8A2D; }
a { background-color: rgb(30,138,45); }
div.DivClassName
{
background-color: #1E8A2D;
}
.BgClassName
{
background-color: #1E8A2D;
}
</style>
border-color css
<style>
span { border-color: #1E8A2D; }
span { border-color: rgb(30,138,45); }
td.TdClassName
{
border-color: #1E8A2D;
}
.TagClassName
{
border-color: #1E8A2D;
}
</style>