Shades of Forest Green #1D9032
Tints of Forest Green #1D9032
RGB
CMYK
RGB Variations
Color information
#1D9032 (or 0x1D9032) is known color: Forest Green. HEX triplet: 1D, 90 and 32. RGB value is (29,144,50). Sum of RGB (Red+Green+Blue) = 29+144+50=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #1D9032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9032 is #E26FCD. Grayscale: #636363. Windows color (decimal): -14839758 or 3313693. OLE color: 3313693.
HSL color Cylindrical-coordinate representation of color #1D9032: hue angle of 130.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9032 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 50 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.44 |
| HSL | 130.96º | 0.66% | 0.34% | - |
| HSV(B) | 130.96º | 0.8% | 0.56% | - |
| XYZ | 11.06 | 20.44 | 6.38 | - |
| YUV | 98.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 50 | 0.80 | 0 | 0.65 | 0.44 | 130.96 | 0.66 | 0.34 |
| Hex | 1D | 90 | 32 | 50 | 0 | 41 | 2C | 83 | 42 | 22 |
| Octal | 35 | 220 | 62 | 120 | 0 | 101 | 54 | 203 | 102 | 42 |
| Binary | 11101 | 10010000 | 110010 | 1010000 | 0 | 1000001 | 101100 | 10000011 | 1000010 | 100010 |
Color Harmonies of #1D9032
Complementary color
Monochromatic Colors of #1D9032
Black with #1D9032
Text Example
Text Example
White with #1D9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9032; }
p { color: rgb(29,144,50); }
H1.HeaderClassName
{
color: #1D9032;
}
.AnyTagClassName
{
color: #1D9032;
}
</style>
background-color css
<style>
a { background-color: #1D9032; }
a { background-color: rgb(29,144,50); }
div.DivClassName
{
background-color: #1D9032;
}
.BgClassName
{
background-color: #1D9032;
}
</style>
border-color css
<style>
span { border-color: #1D9032; }
span { border-color: rgb(29,144,50); }
td.TdClassName
{
border-color: #1D9032;
}
.TagClassName
{
border-color: #1D9032;
}
</style>