Shades of Forest Green #1DA922
Tints of Forest Green #1DA922
RGB
CMYK
RGB Variations
Color information
#1DA922 (or 0x1DA922) is known color: Forest Green. HEX triplet: 1D, A9 and 22. RGB value is (29,169,34). Sum of RGB (Red+Green+Blue) = 29+169+34=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 169 (66.41% from 255 or 72.84% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA922 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA922 is #E256DD. Grayscale: #707070. Windows color (decimal): -14833374 or 2271517. OLE color: 2271517.
HSL color Cylindrical-coordinate representation of color #1DA922: hue angle of 122.14º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA922 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 34 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.34 |
| HSL | 122.14º | 0.71% | 0.39% | - |
| HSV(B) | 122.14º | 0.83% | 0.66% | - |
| XYZ | 14.98 | 28.75 | 6.27 | - |
| YUV | 111.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 34 | 0.83 | 0 | 0.80 | 0.34 | 122.14 | 0.71 | 0.39 |
| Hex | 1D | A9 | 22 | 53 | 0 | 50 | 22 | 7A | 47 | 27 |
| Octal | 35 | 251 | 42 | 123 | 0 | 120 | 42 | 172 | 107 | 47 |
| Binary | 11101 | 10101001 | 100010 | 1010011 | 0 | 1010000 | 100010 | 1111010 | 1000111 | 100111 |
Color Harmonies of #1DA922
Complementary color
Monochromatic Colors of #1DA922
Black with #1DA922
Text Example
Text Example
White with #1DA922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA922; }
p { color: rgb(29,169,34); }
H1.HeaderClassName
{
color: #1DA922;
}
.AnyTagClassName
{
color: #1DA922;
}
</style>
background-color css
<style>
a { background-color: #1DA922; }
a { background-color: rgb(29,169,34); }
div.DivClassName
{
background-color: #1DA922;
}
.BgClassName
{
background-color: #1DA922;
}
</style>
border-color css
<style>
span { border-color: #1DA922; }
span { border-color: rgb(29,169,34); }
td.TdClassName
{
border-color: #1DA922;
}
.TagClassName
{
border-color: #1DA922;
}
</style>