Shades of Forest Green #1DAD20
Tints of Forest Green #1DAD20
RGB
CMYK
RGB Variations
Color information
#1DAD20 (or 0x1DAD20) is known color: Forest Green. HEX triplet: 1D, AD and 20. RGB value is (29,173,32). Sum of RGB (Red+Green+Blue) = 29+173+32=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 173 (67.97% from 255 or 73.93% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD20 is #E252DF. Grayscale: #727272. Windows color (decimal): -14832352 or 2141469. OLE color: 2141469.
HSL color Cylindrical-coordinate representation of color #1DAD20: hue angle of 121.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD20 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 32 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.32 |
| HSL | 121.25º | 0.71% | 0.4% | - |
| HSV(B) | 121.25º | 0.83% | 0.68% | - |
| XYZ | 15.71 | 30.25 | 6.38 | - |
| YUV | 113.87 | 81.79 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 32 | 0.83 | 0 | 0.82 | 0.32 | 121.25 | 0.71 | 0.4 |
| Hex | 1D | AD | 20 | 53 | 0 | 52 | 20 | 79 | 47 | 28 |
| Octal | 35 | 255 | 40 | 123 | 0 | 122 | 40 | 171 | 107 | 50 |
| Binary | 11101 | 10101101 | 100000 | 1010011 | 0 | 1010010 | 100000 | 1111001 | 1000111 | 101000 |
Color Harmonies of #1DAD20
Complementary color
Monochromatic Colors of #1DAD20
Black with #1DAD20
Text Example
Text Example
White with #1DAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD20; }
p { color: rgb(29,173,32); }
H1.HeaderClassName
{
color: #1DAD20;
}
.AnyTagClassName
{
color: #1DAD20;
}
</style>
background-color css
<style>
a { background-color: #1DAD20; }
a { background-color: rgb(29,173,32); }
div.DivClassName
{
background-color: #1DAD20;
}
.BgClassName
{
background-color: #1DAD20;
}
</style>
border-color css
<style>
span { border-color: #1DAD20; }
span { border-color: rgb(29,173,32); }
td.TdClassName
{
border-color: #1DAD20;
}
.TagClassName
{
border-color: #1DAD20;
}
</style>