Shades of Forest Green #1D982E
Tints of Forest Green #1D982E
RGB
CMYK
RGB Variations
Color information
#1D982E (or 0x1D982E) is known color: Forest Green. HEX triplet: 1D, 98 and 2E. RGB value is (29,152,46). Sum of RGB (Red+Green+Blue) = 29+152+46=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 152 (59.77% from 255 or 66.96% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 152 - color contains mainly: green. Hex color #1D982E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D982E is #E267D1. Grayscale: #676767. Windows color (decimal): -14837714 or 3053597. OLE color: 3053597.
HSL color Cylindrical-coordinate representation of color #1D982E: hue angle of 128.29º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D982E is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 46 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.40 |
| HSL | 128.29º | 0.68% | 0.35% | - |
| HSV(B) | 128.29º | 0.81% | 0.6% | - |
| XYZ | 12.23 | 22.91 | 6.36 | - |
| YUV | 103.14 | 95.75 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 46 | 0.81 | 0 | 0.70 | 0.40 | 128.29 | 0.68 | 0.35 |
| Hex | 1D | 98 | 2E | 51 | 0 | 46 | 28 | 80 | 44 | 23 |
| Octal | 35 | 230 | 56 | 121 | 0 | 106 | 50 | 200 | 104 | 43 |
| Binary | 11101 | 10011000 | 101110 | 1010001 | 0 | 1000110 | 101000 | 10000000 | 1000100 | 100011 |
Color Harmonies of #1D982E
Complementary color
Monochromatic Colors of #1D982E
Black with #1D982E
Text Example
Text Example
White with #1D982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D982E; }
p { color: rgb(29,152,46); }
H1.HeaderClassName
{
color: #1D982E;
}
.AnyTagClassName
{
color: #1D982E;
}
</style>
background-color css
<style>
a { background-color: #1D982E; }
a { background-color: rgb(29,152,46); }
div.DivClassName
{
background-color: #1D982E;
}
.BgClassName
{
background-color: #1D982E;
}
</style>
border-color css
<style>
span { border-color: #1D982E; }
span { border-color: rgb(29,152,46); }
td.TdClassName
{
border-color: #1D982E;
}
.TagClassName
{
border-color: #1D982E;
}
</style>