Shades of Forest Green #1DA12D
Tints of Forest Green #1DA12D
RGB
CMYK
RGB Variations
Color information
#1DA12D (or 0x1DA12D) is known color: Forest Green. HEX triplet: 1D, A1 and 2D. RGB value is (29,161,45). Sum of RGB (Red+Green+Blue) = 29+161+45=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA12D is #E25ED2. Grayscale: #6C6C6C. Windows color (decimal): -14835411 or 2990365. OLE color: 2990365.
HSL color Cylindrical-coordinate representation of color #1DA12D: hue angle of 127.27º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA12D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 45 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.37 |
| HSL | 127.27º | 0.69% | 0.37% | - |
| HSV(B) | 127.27º | 0.82% | 0.63% | - |
| XYZ | 13.73 | 25.94 | 6.77 | - |
| YUV | 108.31 | 92.27 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 45 | 0.82 | 0 | 0.72 | 0.37 | 127.27 | 0.69 | 0.37 |
| Hex | 1D | A1 | 2D | 52 | 0 | 48 | 25 | 7F | 45 | 25 |
| Octal | 35 | 241 | 55 | 122 | 0 | 110 | 45 | 177 | 105 | 45 |
| Binary | 11101 | 10100001 | 101101 | 1010010 | 0 | 1001000 | 100101 | 1111111 | 1000101 | 100101 |
Color Harmonies of #1DA12D
Complementary color
Monochromatic Colors of #1DA12D
Black with #1DA12D
Text Example
Text Example
White with #1DA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA12D; }
p { color: rgb(29,161,45); }
H1.HeaderClassName
{
color: #1DA12D;
}
.AnyTagClassName
{
color: #1DA12D;
}
</style>
background-color css
<style>
a { background-color: #1DA12D; }
a { background-color: rgb(29,161,45); }
div.DivClassName
{
background-color: #1DA12D;
}
.BgClassName
{
background-color: #1DA12D;
}
</style>
border-color css
<style>
span { border-color: #1DA12D; }
span { border-color: rgb(29,161,45); }
td.TdClassName
{
border-color: #1DA12D;
}
.TagClassName
{
border-color: #1DA12D;
}
</style>