Shades of Forest Green #1DA232
Tints of Forest Green #1DA232
RGB
CMYK
RGB Variations
Color information
#1DA232 (or 0x1DA232) is known color: Forest Green. HEX triplet: 1D, A2 and 32. RGB value is (29,162,50). Sum of RGB (Red+Green+Blue) = 29+162+50=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 162 (63.67% from 255 or 67.22% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA232 is #E25DCD. Grayscale: #6D6D6D. Windows color (decimal): -14835150 or 3318301. OLE color: 3318301.
HSL color Cylindrical-coordinate representation of color #1DA232: hue angle of 129.47º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA232 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 50 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.36 |
| HSL | 129.47º | 0.7% | 0.37% | - |
| HSV(B) | 129.47º | 0.82% | 0.64% | - |
| XYZ | 14 | 26.33 | 7.36 | - |
| YUV | 109.47 | 94.44 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 50 | 0.82 | 0 | 0.69 | 0.36 | 129.47 | 0.7 | 0.37 |
| Hex | 1D | A2 | 32 | 52 | 0 | 45 | 24 | 81 | 46 | 25 |
| Octal | 35 | 242 | 62 | 122 | 0 | 105 | 44 | 201 | 106 | 45 |
| Binary | 11101 | 10100010 | 110010 | 1010010 | 0 | 1000101 | 100100 | 10000001 | 1000110 | 100101 |
Color Harmonies of #1DA232
Complementary color
Monochromatic Colors of #1DA232
Black with #1DA232
Text Example
Text Example
White with #1DA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA232; }
p { color: rgb(29,162,50); }
H1.HeaderClassName
{
color: #1DA232;
}
.AnyTagClassName
{
color: #1DA232;
}
</style>
background-color css
<style>
a { background-color: #1DA232; }
a { background-color: rgb(29,162,50); }
div.DivClassName
{
background-color: #1DA232;
}
.BgClassName
{
background-color: #1DA232;
}
</style>
border-color css
<style>
span { border-color: #1DA232; }
span { border-color: rgb(29,162,50); }
td.TdClassName
{
border-color: #1DA232;
}
.TagClassName
{
border-color: #1DA232;
}
</style>