Shades of Forest Green #1D882F
Tints of Forest Green #1D882F
RGB
CMYK
RGB Variations
Color information
#1D882F (or 0x1D882F) is known color: Forest Green. HEX triplet: 1D, 88 and 2F. RGB value is (29,136,47). Sum of RGB (Red+Green+Blue) = 29+136+47=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #1D882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D882F is #E277D0. Grayscale: #5E5E5E. Windows color (decimal): -14841809 or 3115037. OLE color: 3115037.
HSL color Cylindrical-coordinate representation of color #1D882F: hue angle of 130.09º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D882F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 47 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.47 |
| HSL | 130.09º | 0.65% | 0.32% | - |
| HSV(B) | 130.09º | 0.79% | 0.53% | - |
| XYZ | 9.82 | 18.07 | 5.66 | - |
| YUV | 93.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 47 | 0.79 | 0 | 0.65 | 0.47 | 130.09 | 0.65 | 0.32 |
| Hex | 1D | 88 | 2F | 4F | 0 | 41 | 2F | 82 | 41 | 20 |
| Octal | 35 | 210 | 57 | 117 | 0 | 101 | 57 | 202 | 101 | 40 |
| Binary | 11101 | 10001000 | 101111 | 1001111 | 0 | 1000001 | 101111 | 10000010 | 1000001 | 100000 |
Color Harmonies of #1D882F
Complementary color
Monochromatic Colors of #1D882F
Black with #1D882F
Text Example
Text Example
White with #1D882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D882F; }
p { color: rgb(29,136,47); }
H1.HeaderClassName
{
color: #1D882F;
}
.AnyTagClassName
{
color: #1D882F;
}
</style>
background-color css
<style>
a { background-color: #1D882F; }
a { background-color: rgb(29,136,47); }
div.DivClassName
{
background-color: #1D882F;
}
.BgClassName
{
background-color: #1D882F;
}
</style>
border-color css
<style>
span { border-color: #1D882F; }
span { border-color: rgb(29,136,47); }
td.TdClassName
{
border-color: #1D882F;
}
.TagClassName
{
border-color: #1D882F;
}
</style>