Shades of Forest Green #1DAE20
Tints of Forest Green #1DAE20
RGB
CMYK
RGB Variations
Color information
#1DAE20 (or 0x1DAE20) is known color: Forest Green. HEX triplet: 1D, AE and 20. RGB value is (29,174,32). Sum of RGB (Red+Green+Blue) = 29+174+32=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAE20 is #E251DF. Grayscale: #727272. Windows color (decimal): -14832096 or 2141725. OLE color: 2141725.
HSL color Cylindrical-coordinate representation of color #1DAE20: hue angle of 121.24º 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 #1DAE20 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 32 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.32 |
| HSL | 121.24º | 0.71% | 0.4% | - |
| HSV(B) | 121.24º | 0.83% | 0.68% | - |
| XYZ | 15.9 | 30.64 | 6.44 | - |
| YUV | 114.46 | 81.46 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 32 | 0.83 | 0 | 0.82 | 0.32 | 121.24 | 0.71 | 0.4 |
| Hex | 1D | AE | 20 | 53 | 0 | 52 | 20 | 79 | 47 | 28 |
| Octal | 35 | 256 | 40 | 123 | 0 | 122 | 40 | 171 | 107 | 50 |
| Binary | 11101 | 10101110 | 100000 | 1010011 | 0 | 1010010 | 100000 | 1111001 | 1000111 | 101000 |
Color Harmonies of #1DAE20
Complementary color
Monochromatic Colors of #1DAE20
Black with #1DAE20
Text Example
Text Example
White with #1DAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE20; }
p { color: rgb(29,174,32); }
H1.HeaderClassName
{
color: #1DAE20;
}
.AnyTagClassName
{
color: #1DAE20;
}
</style>
background-color css
<style>
a { background-color: #1DAE20; }
a { background-color: rgb(29,174,32); }
div.DivClassName
{
background-color: #1DAE20;
}
.BgClassName
{
background-color: #1DAE20;
}
</style>
border-color css
<style>
span { border-color: #1DAE20; }
span { border-color: rgb(29,174,32); }
td.TdClassName
{
border-color: #1DAE20;
}
.TagClassName
{
border-color: #1DAE20;
}
</style>