Shades of Forest Green #1E812C
Tints of Forest Green #1E812C
RGB
CMYK
RGB Variations
Color information
#1E812C (or 0x1E812C) is known color: Forest Green. HEX triplet: 1E, 81 and 2C. RGB value is (30,129,44). Sum of RGB (Red+Green+Blue) = 30+129+44=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #1E812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E812C is #E17ED3. Grayscale: #595959. Windows color (decimal): -14778068 or 2916638. OLE color: 2916638.
HSL color Cylindrical-coordinate representation of color #1E812C: hue angle of 128.48º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E812C is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 44 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.49 |
| HSL | 128.48º | 0.62% | 0.31% | - |
| HSV(B) | 128.48º | 0.77% | 0.51% | - |
| XYZ | 8.84 | 16.16 | 5.04 | - |
| YUV | 89.71 | 102.2 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 44 | 0.77 | 0 | 0.66 | 0.49 | 128.48 | 0.62 | 0.31 |
| Hex | 1E | 81 | 2C | 4D | 0 | 42 | 31 | 80 | 3E | 1F |
| Octal | 36 | 201 | 54 | 115 | 0 | 102 | 61 | 200 | 76 | 37 |
| Binary | 11110 | 10000001 | 101100 | 1001101 | 0 | 1000010 | 110001 | 10000000 | 111110 | 11111 |
Color Harmonies of #1E812C
Complementary color
Monochromatic Colors of #1E812C
Black with #1E812C
Text Example
Text Example
White with #1E812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E812C; }
p { color: rgb(30,129,44); }
H1.HeaderClassName
{
color: #1E812C;
}
.AnyTagClassName
{
color: #1E812C;
}
</style>
background-color css
<style>
a { background-color: #1E812C; }
a { background-color: rgb(30,129,44); }
div.DivClassName
{
background-color: #1E812C;
}
.BgClassName
{
background-color: #1E812C;
}
</style>
border-color css
<style>
span { border-color: #1E812C; }
span { border-color: rgb(30,129,44); }
td.TdClassName
{
border-color: #1E812C;
}
.TagClassName
{
border-color: #1E812C;
}
</style>