Shades of Forest Green #1D9F32
Tints of Forest Green #1D9F32
RGB
CMYK
RGB Variations
Color information
#1D9F32 (or 0x1D9F32) is known color: Forest Green. HEX triplet: 1D, 9F and 32. RGB value is (29,159,50). Sum of RGB (Red+Green+Blue) = 29+159+50=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 159 (62.5% from 255 or 66.81% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9F32 is #E260CD. Grayscale: #6C6C6C. Windows color (decimal): -14835918 or 3317533. OLE color: 3317533.
HSL color Cylindrical-coordinate representation of color #1D9F32: hue angle of 129.69º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9F32 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 159 | 50 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.38 |
| HSL | 129.69º | 0.69% | 0.37% | - |
| HSV(B) | 129.69º | 0.82% | 0.62% | - |
| XYZ | 13.48 | 25.29 | 7.19 | - |
| YUV | 107.7 | 95.43 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 50 | 0.82 | 0 | 0.69 | 0.38 | 129.69 | 0.69 | 0.37 |
| Hex | 1D | 9F | 32 | 52 | 0 | 45 | 26 | 82 | 45 | 25 |
| Octal | 35 | 237 | 62 | 122 | 0 | 105 | 46 | 202 | 105 | 45 |
| Binary | 11101 | 10011111 | 110010 | 1010010 | 0 | 1000101 | 100110 | 10000010 | 1000101 | 100101 |
Color Harmonies of #1D9F32
Complementary color
Monochromatic Colors of #1D9F32
Black with #1D9F32
Text Example
Text Example
White with #1D9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9F32; }
p { color: rgb(29,159,50); }
H1.HeaderClassName
{
color: #1D9F32;
}
.AnyTagClassName
{
color: #1D9F32;
}
</style>
background-color css
<style>
a { background-color: #1D9F32; }
a { background-color: rgb(29,159,50); }
div.DivClassName
{
background-color: #1D9F32;
}
.BgClassName
{
background-color: #1D9F32;
}
</style>
border-color css
<style>
span { border-color: #1D9F32; }
span { border-color: rgb(29,159,50); }
td.TdClassName
{
border-color: #1D9F32;
}
.TagClassName
{
border-color: #1D9F32;
}
</style>