Shades of Forest Green #1D982D
Tints of Forest Green #1D982D
RGB
CMYK
RGB Variations
Color information
#1D982D (or 0x1D982D) is known color: Forest Green. HEX triplet: 1D, 98 and 2D. RGB value is (29,152,45). Sum of RGB (Red+Green+Blue) = 29+152+45=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 152 (59.77% from 255 or 67.26% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 152 - color contains mainly: green. Hex color #1D982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D982D is #E267D2. Grayscale: #676767. Windows color (decimal): -14837715 or 2988061. OLE color: 2988061.
HSL color Cylindrical-coordinate representation of color #1D982D: hue angle of 127.8º 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 #1D982D is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 45 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.40 |
| HSL | 127.8º | 0.68% | 0.35% | - |
| HSV(B) | 127.8º | 0.81% | 0.6% | - |
| XYZ | 12.21 | 22.91 | 6.26 | - |
| YUV | 103.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 45 | 0.81 | 0 | 0.70 | 0.40 | 127.8 | 0.68 | 0.35 |
| Hex | 1D | 98 | 2D | 51 | 0 | 46 | 28 | 80 | 44 | 23 |
| Octal | 35 | 230 | 55 | 121 | 0 | 106 | 50 | 200 | 104 | 43 |
| Binary | 11101 | 10011000 | 101101 | 1010001 | 0 | 1000110 | 101000 | 10000000 | 1000100 | 100011 |
Color Harmonies of #1D982D
Complementary color
Monochromatic Colors of #1D982D
Black with #1D982D
Text Example
Text Example
White with #1D982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D982D; }
p { color: rgb(29,152,45); }
H1.HeaderClassName
{
color: #1D982D;
}
.AnyTagClassName
{
color: #1D982D;
}
</style>
background-color css
<style>
a { background-color: #1D982D; }
a { background-color: rgb(29,152,45); }
div.DivClassName
{
background-color: #1D982D;
}
.BgClassName
{
background-color: #1D982D;
}
</style>
border-color css
<style>
span { border-color: #1D982D; }
span { border-color: rgb(29,152,45); }
td.TdClassName
{
border-color: #1D982D;
}
.TagClassName
{
border-color: #1D982D;
}
</style>