Shades of Forest Green #1DAA2D
Tints of Forest Green #1DAA2D
RGB
CMYK
RGB Variations
Color information
#1DAA2D (or 0x1DAA2D) is known color: Forest Green. HEX triplet: 1D, AA and 2D. RGB value is (29,170,45). Sum of RGB (Red+Green+Blue) = 29+170+45=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 170 (66.80% from 255 or 69.67% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAA2D is #E255D2. Grayscale: #717171. Windows color (decimal): -14833107 or 2992669. OLE color: 2992669.
HSL color Cylindrical-coordinate representation of color #1DAA2D: hue angle of 126.81º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA2D is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 45 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.33 |
| HSL | 126.81º | 0.71% | 0.39% | - |
| HSV(B) | 126.81º | 0.83% | 0.67% | - |
| XYZ | 15.36 | 29.2 | 7.31 | - |
| YUV | 113.59 | 89.29 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 45 | 0.83 | 0 | 0.74 | 0.33 | 126.81 | 0.71 | 0.39 |
| Hex | 1D | AA | 2D | 53 | 0 | 4A | 21 | 7F | 47 | 27 |
| Octal | 35 | 252 | 55 | 123 | 0 | 112 | 41 | 177 | 107 | 47 |
| Binary | 11101 | 10101010 | 101101 | 1010011 | 0 | 1001010 | 100001 | 1111111 | 1000111 | 100111 |
Color Harmonies of #1DAA2D
Complementary color
Monochromatic Colors of #1DAA2D
Black with #1DAA2D
Text Example
Text Example
White with #1DAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA2D; }
p { color: rgb(29,170,45); }
H1.HeaderClassName
{
color: #1DAA2D;
}
.AnyTagClassName
{
color: #1DAA2D;
}
</style>
background-color css
<style>
a { background-color: #1DAA2D; }
a { background-color: rgb(29,170,45); }
div.DivClassName
{
background-color: #1DAA2D;
}
.BgClassName
{
background-color: #1DAA2D;
}
</style>
border-color css
<style>
span { border-color: #1DAA2D; }
span { border-color: rgb(29,170,45); }
td.TdClassName
{
border-color: #1DAA2D;
}
.TagClassName
{
border-color: #1DAA2D;
}
</style>