Shades of Forest Green #1D8932
Tints of Forest Green #1D8932
RGB
CMYK
RGB Variations
Color information
#1D8932 (or 0x1D8932) is known color: Forest Green. HEX triplet: 1D, 89 and 32. RGB value is (29,137,50). Sum of RGB (Red+Green+Blue) = 29+137+50=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8932 is #E276CD. Grayscale: #5F5F5F. Windows color (decimal): -14841550 or 3311901. OLE color: 3311901.
HSL color Cylindrical-coordinate representation of color #1D8932: hue angle of 131.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8932 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 50 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.46 |
| HSL | 131.67º | 0.65% | 0.33% | - |
| HSV(B) | 131.67º | 0.79% | 0.54% | - |
| XYZ | 10.03 | 18.38 | 6.04 | - |
| YUV | 94.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 50 | 0.79 | 0 | 0.64 | 0.46 | 131.67 | 0.65 | 0.33 |
| Hex | 1D | 89 | 32 | 4F | 0 | 40 | 2E | 84 | 41 | 21 |
| Octal | 35 | 211 | 62 | 117 | 0 | 100 | 56 | 204 | 101 | 41 |
| Binary | 11101 | 10001001 | 110010 | 1001111 | 0 | 1000000 | 101110 | 10000100 | 1000001 | 100001 |
Color Harmonies of #1D8932
Complementary color
Monochromatic Colors of #1D8932
Black with #1D8932
Text Example
Text Example
White with #1D8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8932; }
p { color: rgb(29,137,50); }
H1.HeaderClassName
{
color: #1D8932;
}
.AnyTagClassName
{
color: #1D8932;
}
</style>
background-color css
<style>
a { background-color: #1D8932; }
a { background-color: rgb(29,137,50); }
div.DivClassName
{
background-color: #1D8932;
}
.BgClassName
{
background-color: #1D8932;
}
</style>
border-color css
<style>
span { border-color: #1D8932; }
span { border-color: rgb(29,137,50); }
td.TdClassName
{
border-color: #1D8932;
}
.TagClassName
{
border-color: #1D8932;
}
</style>