Shades of Forest Green #1E821D
Tints of Forest Green #1E821D
RGB
CMYK
RGB Variations
Color information
#1E821D (or 0x1E821D) is known color: Forest Green. HEX triplet: 1E, 82 and 1D. RGB value is (30,130,29). Sum of RGB (Red+Green+Blue) = 30+130+29=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #1E821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E821D is #E17DE2. Grayscale: #585858. Windows color (decimal): -14777827 or 1933854. OLE color: 1933854.
HSL color Cylindrical-coordinate representation of color #1E821D: hue angle of 119.41º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E821D is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 130 | 29 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.49 |
| HSL | 119.41º | 0.64% | 0.31% | - |
| HSV(B) | 119.41º | 0.78% | 0.51% | - |
| XYZ | 8.74 | 16.33 | 3.85 | - |
| YUV | 88.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 29 | 0.77 | 0 | 0.78 | 0.49 | 119.41 | 0.64 | 0.31 |
| Hex | 1E | 82 | 1D | 4D | 0 | 4E | 31 | 77 | 40 | 1F |
| Octal | 36 | 202 | 35 | 115 | 0 | 116 | 61 | 167 | 100 | 37 |
| Binary | 11110 | 10000010 | 11101 | 1001101 | 0 | 1001110 | 110001 | 1110111 | 1000000 | 11111 |
Color Harmonies of #1E821D
Complementary color
Monochromatic Colors of #1E821D
Black with #1E821D
Text Example
Text Example
White with #1E821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E821D; }
p { color: rgb(30,130,29); }
H1.HeaderClassName
{
color: #1E821D;
}
.AnyTagClassName
{
color: #1E821D;
}
</style>
background-color css
<style>
a { background-color: #1E821D; }
a { background-color: rgb(30,130,29); }
div.DivClassName
{
background-color: #1E821D;
}
.BgClassName
{
background-color: #1E821D;
}
</style>
border-color css
<style>
span { border-color: #1E821D; }
span { border-color: rgb(30,130,29); }
td.TdClassName
{
border-color: #1E821D;
}
.TagClassName
{
border-color: #1E821D;
}
</style>