Shades of Forest Green #1DAA2C
Tints of Forest Green #1DAA2C
RGB
CMYK
RGB Variations
Color information
#1DAA2C (or 0x1DAA2C) is known color: Forest Green. HEX triplet: 1D, AA and 2C. RGB value is (29,170,44). Sum of RGB (Red+Green+Blue) = 29+170+44=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 170 (66.80% from 255 or 69.96% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAA2C is #E255D3. Grayscale: #717171. Windows color (decimal): -14833108 or 2927133. OLE color: 2927133.
HSL color Cylindrical-coordinate representation of color #1DAA2C: hue angle of 126.38º 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 #1DAA2C is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 44 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.33 |
| HSL | 126.38º | 0.71% | 0.39% | - |
| HSV(B) | 126.38º | 0.83% | 0.67% | - |
| XYZ | 15.34 | 29.19 | 7.21 | - |
| YUV | 113.48 | 88.79 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 44 | 0.83 | 0 | 0.74 | 0.33 | 126.38 | 0.71 | 0.39 |
| Hex | 1D | AA | 2C | 53 | 0 | 4A | 21 | 7E | 47 | 27 |
| Octal | 35 | 252 | 54 | 123 | 0 | 112 | 41 | 176 | 107 | 47 |
| Binary | 11101 | 10101010 | 101100 | 1010011 | 0 | 1001010 | 100001 | 1111110 | 1000111 | 100111 |
Color Harmonies of #1DAA2C
Complementary color
Monochromatic Colors of #1DAA2C
Black with #1DAA2C
Text Example
Text Example
White with #1DAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA2C; }
p { color: rgb(29,170,44); }
H1.HeaderClassName
{
color: #1DAA2C;
}
.AnyTagClassName
{
color: #1DAA2C;
}
</style>
background-color css
<style>
a { background-color: #1DAA2C; }
a { background-color: rgb(29,170,44); }
div.DivClassName
{
background-color: #1DAA2C;
}
.BgClassName
{
background-color: #1DAA2C;
}
</style>
border-color css
<style>
span { border-color: #1DAA2C; }
span { border-color: rgb(29,170,44); }
td.TdClassName
{
border-color: #1DAA2C;
}
.TagClassName
{
border-color: #1DAA2C;
}
</style>