Shades of Forest Green #1D8732
Tints of Forest Green #1D8732
RGB
CMYK
RGB Variations
Color information
#1D8732 (or 0x1D8732) is known color: Forest Green. HEX triplet: 1D, 87 and 32. RGB value is (29,135,50). Sum of RGB (Red+Green+Blue) = 29+135+50=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8732 is #E278CD. Grayscale: #5D5D5D. Windows color (decimal): -14842062 or 3311389. OLE color: 3311389.
HSL color Cylindrical-coordinate representation of color #1D8732: hue angle of 131.89º 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 #1D8732 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 50 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.47 |
| HSL | 131.89º | 0.65% | 0.32% | - |
| HSV(B) | 131.89º | 0.79% | 0.53% | - |
| XYZ | 9.75 | 17.82 | 5.94 | - |
| YUV | 93.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 50 | 0.79 | 0 | 0.63 | 0.47 | 131.89 | 0.65 | 0.32 |
| Hex | 1D | 87 | 32 | 4F | 0 | 3F | 2F | 84 | 41 | 20 |
| Octal | 35 | 207 | 62 | 117 | 0 | 77 | 57 | 204 | 101 | 40 |
| Binary | 11101 | 10000111 | 110010 | 1001111 | 0 | 111111 | 101111 | 10000100 | 1000001 | 100000 |
Color Harmonies of #1D8732
Complementary color
Monochromatic Colors of #1D8732
Black with #1D8732
Text Example
Text Example
White with #1D8732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8732; }
p { color: rgb(29,135,50); }
H1.HeaderClassName
{
color: #1D8732;
}
.AnyTagClassName
{
color: #1D8732;
}
</style>
background-color css
<style>
a { background-color: #1D8732; }
a { background-color: rgb(29,135,50); }
div.DivClassName
{
background-color: #1D8732;
}
.BgClassName
{
background-color: #1D8732;
}
</style>
border-color css
<style>
span { border-color: #1D8732; }
span { border-color: rgb(29,135,50); }
td.TdClassName
{
border-color: #1D8732;
}
.TagClassName
{
border-color: #1D8732;
}
</style>