Shades of Forest Green #1D8429
Tints of Forest Green #1D8429
RGB
CMYK
RGB Variations
Color information
#1D8429 (or 0x1D8429) is known color: Forest Green. HEX triplet: 1D, 84 and 29. RGB value is (29,132,41). Sum of RGB (Red+Green+Blue) = 29+132+41=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #1D8429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8429 is #E27BD6. Grayscale: #5B5B5B. Windows color (decimal): -14842839 or 2720797. OLE color: 2720797.
HSL color Cylindrical-coordinate representation of color #1D8429: hue angle of 126.99º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8429 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 41 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.48 |
| HSL | 126.99º | 0.64% | 0.32% | - |
| HSV(B) | 126.99º | 0.78% | 0.52% | - |
| XYZ | 9.16 | 16.92 | 4.88 | - |
| YUV | 90.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 41 | 0.78 | 0 | 0.69 | 0.48 | 126.99 | 0.64 | 0.32 |
| Hex | 1D | 84 | 29 | 4E | 0 | 45 | 30 | 7F | 40 | 20 |
| Octal | 35 | 204 | 51 | 116 | 0 | 105 | 60 | 177 | 100 | 40 |
| Binary | 11101 | 10000100 | 101001 | 1001110 | 0 | 1000101 | 110000 | 1111111 | 1000000 | 100000 |
Color Harmonies of #1D8429
Complementary color
Monochromatic Colors of #1D8429
Black with #1D8429
Text Example
Text Example
White with #1D8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8429; }
p { color: rgb(29,132,41); }
H1.HeaderClassName
{
color: #1D8429;
}
.AnyTagClassName
{
color: #1D8429;
}
</style>
background-color css
<style>
a { background-color: #1D8429; }
a { background-color: rgb(29,132,41); }
div.DivClassName
{
background-color: #1D8429;
}
.BgClassName
{
background-color: #1D8429;
}
</style>
border-color css
<style>
span { border-color: #1D8429; }
span { border-color: rgb(29,132,41); }
td.TdClassName
{
border-color: #1D8429;
}
.TagClassName
{
border-color: #1D8429;
}
</style>