Shades of Forest Green #1DA22D
Tints of Forest Green #1DA22D
RGB
CMYK
RGB Variations
Color information
#1DA22D (or 0x1DA22D) is known color: Forest Green. HEX triplet: 1D, A2 and 2D. RGB value is (29,162,45). Sum of RGB (Red+Green+Blue) = 29+162+45=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 162 (63.67% from 255 or 68.64% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA22D is #E25DD2. Grayscale: #6D6D6D. Windows color (decimal): -14835155 or 2990621. OLE color: 2990621.
HSL color Cylindrical-coordinate representation of color #1DA22D: hue angle of 127.22º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA22D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 45 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.36 |
| HSL | 127.22º | 0.7% | 0.37% | - |
| HSV(B) | 127.22º | 0.82% | 0.64% | - |
| XYZ | 13.9 | 26.29 | 6.82 | - |
| YUV | 108.9 | 91.94 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 45 | 0.82 | 0 | 0.72 | 0.36 | 127.22 | 0.7 | 0.37 |
| Hex | 1D | A2 | 2D | 52 | 0 | 48 | 24 | 7F | 46 | 25 |
| Octal | 35 | 242 | 55 | 122 | 0 | 110 | 44 | 177 | 106 | 45 |
| Binary | 11101 | 10100010 | 101101 | 1010010 | 0 | 1001000 | 100100 | 1111111 | 1000110 | 100101 |
Color Harmonies of #1DA22D
Complementary color
Monochromatic Colors of #1DA22D
Black with #1DA22D
Text Example
Text Example
White with #1DA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA22D; }
p { color: rgb(29,162,45); }
H1.HeaderClassName
{
color: #1DA22D;
}
.AnyTagClassName
{
color: #1DA22D;
}
</style>
background-color css
<style>
a { background-color: #1DA22D; }
a { background-color: rgb(29,162,45); }
div.DivClassName
{
background-color: #1DA22D;
}
.BgClassName
{
background-color: #1DA22D;
}
</style>
border-color css
<style>
span { border-color: #1DA22D; }
span { border-color: rgb(29,162,45); }
td.TdClassName
{
border-color: #1DA22D;
}
.TagClassName
{
border-color: #1DA22D;
}
</style>