Shades of Forest Green #1DA42A
Tints of Forest Green #1DA42A
RGB
CMYK
RGB Variations
Color information
#1DA42A (or 0x1DA42A) is known color: Forest Green. HEX triplet: 1D, A4 and 2A. RGB value is (29,164,42). Sum of RGB (Red+Green+Blue) = 29+164+42=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 164 (64.45% from 255 or 69.79% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA42A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA42A is #E25BD5. Grayscale: #6E6E6E. Windows color (decimal): -14834646 or 2794525. OLE color: 2794525.
HSL color Cylindrical-coordinate representation of color #1DA42A: hue angle of 125.78º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA42A is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 42 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.36 |
| HSL | 125.78º | 0.7% | 0.38% | - |
| HSV(B) | 125.78º | 0.82% | 0.64% | - |
| XYZ | 14.2 | 26.98 | 6.65 | - |
| YUV | 109.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 42 | 0.82 | 0 | 0.74 | 0.36 | 125.78 | 0.7 | 0.38 |
| Hex | 1D | A4 | 2A | 52 | 0 | 4A | 24 | 7E | 46 | 26 |
| Octal | 35 | 244 | 52 | 122 | 0 | 112 | 44 | 176 | 106 | 46 |
| Binary | 11101 | 10100100 | 101010 | 1010010 | 0 | 1001010 | 100100 | 1111110 | 1000110 | 100110 |
Color Harmonies of #1DA42A
Complementary color
Monochromatic Colors of #1DA42A
Black with #1DA42A
Text Example
Text Example
White with #1DA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA42A; }
p { color: rgb(29,164,42); }
H1.HeaderClassName
{
color: #1DA42A;
}
.AnyTagClassName
{
color: #1DA42A;
}
</style>
background-color css
<style>
a { background-color: #1DA42A; }
a { background-color: rgb(29,164,42); }
div.DivClassName
{
background-color: #1DA42A;
}
.BgClassName
{
background-color: #1DA42A;
}
</style>
border-color css
<style>
span { border-color: #1DA42A; }
span { border-color: rgb(29,164,42); }
td.TdClassName
{
border-color: #1DA42A;
}
.TagClassName
{
border-color: #1DA42A;
}
</style>