Shades of Forest Green #1DAD21
Tints of Forest Green #1DAD21
RGB
CMYK
RGB Variations
Color information
#1DAD21 (or 0x1DAD21) is known color: Forest Green. HEX triplet: 1D, AD and 21. RGB value is (29,173,33). Sum of RGB (Red+Green+Blue) = 29+173+33=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 173 (67.97% from 255 or 73.62% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD21 is #E252DE. Grayscale: #727272. Windows color (decimal): -14832351 or 2207005. OLE color: 2207005.
HSL color Cylindrical-coordinate representation of color #1DAD21: hue angle of 121.67º 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 #1DAD21 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 33 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.32 |
| HSL | 121.67º | 0.71% | 0.4% | - |
| HSV(B) | 121.67º | 0.83% | 0.68% | - |
| XYZ | 15.72 | 30.26 | 6.45 | - |
| YUV | 113.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 33 | 0.83 | 0 | 0.81 | 0.32 | 121.67 | 0.71 | 0.4 |
| Hex | 1D | AD | 21 | 53 | 0 | 51 | 20 | 7A | 47 | 28 |
| Octal | 35 | 255 | 41 | 123 | 0 | 121 | 40 | 172 | 107 | 50 |
| Binary | 11101 | 10101101 | 100001 | 1010011 | 0 | 1010001 | 100000 | 1111010 | 1000111 | 101000 |
Color Harmonies of #1DAD21
Complementary color
Monochromatic Colors of #1DAD21
Black with #1DAD21
Text Example
Text Example
White with #1DAD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD21; }
p { color: rgb(29,173,33); }
H1.HeaderClassName
{
color: #1DAD21;
}
.AnyTagClassName
{
color: #1DAD21;
}
</style>
background-color css
<style>
a { background-color: #1DAD21; }
a { background-color: rgb(29,173,33); }
div.DivClassName
{
background-color: #1DAD21;
}
.BgClassName
{
background-color: #1DAD21;
}
</style>
border-color css
<style>
span { border-color: #1DAD21; }
span { border-color: rgb(29,173,33); }
td.TdClassName
{
border-color: #1DAD21;
}
.TagClassName
{
border-color: #1DAD21;
}
</style>