Shades of Forest Green #1DA12A
Tints of Forest Green #1DA12A
RGB
CMYK
RGB Variations
Color information
#1DA12A (or 0x1DA12A) is known color: Forest Green. HEX triplet: 1D, A1 and 2A. RGB value is (29,161,42). Sum of RGB (Red+Green+Blue) = 29+161+42=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 161 (63.28% from 255 or 69.40% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA12A is #E25ED5. Grayscale: #6C6C6C. Windows color (decimal): -14835414 or 2793757. OLE color: 2793757.
HSL color Cylindrical-coordinate representation of color #1DA12A: hue angle of 125.91º 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 #1DA12A is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 42 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.37 |
| HSL | 125.91º | 0.69% | 0.37% | - |
| HSV(B) | 125.91º | 0.82% | 0.63% | - |
| XYZ | 13.67 | 25.92 | 6.47 | - |
| YUV | 107.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 42 | 0.82 | 0 | 0.74 | 0.37 | 125.91 | 0.69 | 0.37 |
| Hex | 1D | A1 | 2A | 52 | 0 | 4A | 25 | 7E | 45 | 25 |
| Octal | 35 | 241 | 52 | 122 | 0 | 112 | 45 | 176 | 105 | 45 |
| Binary | 11101 | 10100001 | 101010 | 1010010 | 0 | 1001010 | 100101 | 1111110 | 1000101 | 100101 |
Color Harmonies of #1DA12A
Complementary color
Monochromatic Colors of #1DA12A
Black with #1DA12A
Text Example
Text Example
White with #1DA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA12A; }
p { color: rgb(29,161,42); }
H1.HeaderClassName
{
color: #1DA12A;
}
.AnyTagClassName
{
color: #1DA12A;
}
</style>
background-color css
<style>
a { background-color: #1DA12A; }
a { background-color: rgb(29,161,42); }
div.DivClassName
{
background-color: #1DA12A;
}
.BgClassName
{
background-color: #1DA12A;
}
</style>
border-color css
<style>
span { border-color: #1DA12A; }
span { border-color: rgb(29,161,42); }
td.TdClassName
{
border-color: #1DA12A;
}
.TagClassName
{
border-color: #1DA12A;
}
</style>