Shades of Forest Green #1DA132
Tints of Forest Green #1DA132
RGB
CMYK
RGB Variations
Color information
#1DA132 (or 0x1DA132) is known color: Forest Green. HEX triplet: 1D, A1 and 32. RGB value is (29,161,50). Sum of RGB (Red+Green+Blue) = 29+161+50=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 161 (63.28% from 255 or 67.08% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA132 is #E25ECD. Grayscale: #6D6D6D. Windows color (decimal): -14835406 or 3318045. OLE color: 3318045.
HSL color Cylindrical-coordinate representation of color #1DA132: hue angle of 129.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA132 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 50 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.37 |
| HSL | 129.55º | 0.69% | 0.37% | - |
| HSV(B) | 129.55º | 0.82% | 0.63% | - |
| XYZ | 13.83 | 25.98 | 7.3 | - |
| YUV | 108.88 | 94.77 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 50 | 0.82 | 0 | 0.69 | 0.37 | 129.55 | 0.69 | 0.37 |
| Hex | 1D | A1 | 32 | 52 | 0 | 45 | 25 | 82 | 45 | 25 |
| Octal | 35 | 241 | 62 | 122 | 0 | 105 | 45 | 202 | 105 | 45 |
| Binary | 11101 | 10100001 | 110010 | 1010010 | 0 | 1000101 | 100101 | 10000010 | 1000101 | 100101 |
Color Harmonies of #1DA132
Complementary color
Monochromatic Colors of #1DA132
Black with #1DA132
Text Example
Text Example
White with #1DA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA132; }
p { color: rgb(29,161,50); }
H1.HeaderClassName
{
color: #1DA132;
}
.AnyTagClassName
{
color: #1DA132;
}
</style>
background-color css
<style>
a { background-color: #1DA132; }
a { background-color: rgb(29,161,50); }
div.DivClassName
{
background-color: #1DA132;
}
.BgClassName
{
background-color: #1DA132;
}
</style>
border-color css
<style>
span { border-color: #1DA132; }
span { border-color: rgb(29,161,50); }
td.TdClassName
{
border-color: #1DA132;
}
.TagClassName
{
border-color: #1DA132;
}
</style>