Shades of Forest Green #1DA732
Tints of Forest Green #1DA732
RGB
CMYK
RGB Variations
Color information
#1DA732 (or 0x1DA732) is known color: Forest Green. HEX triplet: 1D, A7 and 32. RGB value is (29,167,50). Sum of RGB (Red+Green+Blue) = 29+167+50=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 167 (65.62% from 255 or 67.89% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 167 - color contains mainly: green. Hex color #1DA732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA732 is #E258CD. Grayscale: #707070. Windows color (decimal): -14833870 or 3319581. OLE color: 3319581.
HSL color Cylindrical-coordinate representation of color #1DA732: hue angle of 129.13º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA732 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 167 | 50 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.35 |
| HSL | 129.13º | 0.7% | 0.38% | - |
| HSV(B) | 129.13º | 0.83% | 0.65% | - |
| XYZ | 14.9 | 28.13 | 7.66 | - |
| YUV | 112.4 | 92.78 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 167 | 50 | 0.83 | 0 | 0.70 | 0.35 | 129.13 | 0.7 | 0.38 |
| Hex | 1D | A7 | 32 | 53 | 0 | 46 | 23 | 81 | 46 | 26 |
| Octal | 35 | 247 | 62 | 123 | 0 | 106 | 43 | 201 | 106 | 46 |
| Binary | 11101 | 10100111 | 110010 | 1010011 | 0 | 1000110 | 100011 | 10000001 | 1000110 | 100110 |
Color Harmonies of #1DA732
Complementary color
Monochromatic Colors of #1DA732
Black with #1DA732
Text Example
Text Example
White with #1DA732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA732; }
p { color: rgb(29,167,50); }
H1.HeaderClassName
{
color: #1DA732;
}
.AnyTagClassName
{
color: #1DA732;
}
</style>
background-color css
<style>
a { background-color: #1DA732; }
a { background-color: rgb(29,167,50); }
div.DivClassName
{
background-color: #1DA732;
}
.BgClassName
{
background-color: #1DA732;
}
</style>
border-color css
<style>
span { border-color: #1DA732; }
span { border-color: rgb(29,167,50); }
td.TdClassName
{
border-color: #1DA732;
}
.TagClassName
{
border-color: #1DA732;
}
</style>