Shades of Forest Green #1DAD25
Tints of Forest Green #1DAD25
RGB
CMYK
RGB Variations
Color information
#1DAD25 (or 0x1DAD25) is known color: Forest Green. HEX triplet: 1D, AD and 25. RGB value is (29,173,37). Sum of RGB (Red+Green+Blue) = 29+173+37=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAD25 is #E252DA. Grayscale: #727272. Windows color (decimal): -14832347 or 2469149. OLE color: 2469149.
HSL color Cylindrical-coordinate representation of color #1DAD25: hue angle of 123.33º 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 #1DAD25 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 37 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.32 |
| HSL | 123.33º | 0.71% | 0.4% | - |
| HSV(B) | 123.33º | 0.83% | 0.68% | - |
| XYZ | 15.78 | 30.28 | 6.76 | - |
| YUV | 114.44 | 84.29 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 37 | 0.83 | 0 | 0.79 | 0.32 | 123.33 | 0.71 | 0.4 |
| Hex | 1D | AD | 25 | 53 | 0 | 4F | 20 | 7B | 47 | 28 |
| Octal | 35 | 255 | 45 | 123 | 0 | 117 | 40 | 173 | 107 | 50 |
| Binary | 11101 | 10101101 | 100101 | 1010011 | 0 | 1001111 | 100000 | 1111011 | 1000111 | 101000 |
Color Harmonies of #1DAD25
Complementary color
Monochromatic Colors of #1DAD25
Black with #1DAD25
Text Example
Text Example
White with #1DAD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD25; }
p { color: rgb(29,173,37); }
H1.HeaderClassName
{
color: #1DAD25;
}
.AnyTagClassName
{
color: #1DAD25;
}
</style>
background-color css
<style>
a { background-color: #1DAD25; }
a { background-color: rgb(29,173,37); }
div.DivClassName
{
background-color: #1DAD25;
}
.BgClassName
{
background-color: #1DAD25;
}
</style>
border-color css
<style>
span { border-color: #1DAD25; }
span { border-color: rgb(29,173,37); }
td.TdClassName
{
border-color: #1DAD25;
}
.TagClassName
{
border-color: #1DAD25;
}
</style>