Shades of Forest Green #1D9C32
Tints of Forest Green #1D9C32
RGB
CMYK
RGB Variations
Color information
#1D9C32 (or 0x1D9C32) is known color: Forest Green. HEX triplet: 1D, 9C and 32. RGB value is (29,156,50). Sum of RGB (Red+Green+Blue) = 29+156+50=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 156 (61.33% from 255 or 66.38% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9C32 is #E263CD. Grayscale: #6A6A6A. Windows color (decimal): -14836686 or 3316765. OLE color: 3316765.
HSL color Cylindrical-coordinate representation of color #1D9C32: hue angle of 129.92º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9C32 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 50 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.39 |
| HSL | 129.92º | 0.69% | 0.36% | - |
| HSV(B) | 129.92º | 0.81% | 0.61% | - |
| XYZ | 12.97 | 24.27 | 7.02 | - |
| YUV | 105.94 | 96.42 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 50 | 0.81 | 0 | 0.68 | 0.39 | 129.92 | 0.69 | 0.36 |
| Hex | 1D | 9C | 32 | 51 | 0 | 44 | 27 | 82 | 45 | 24 |
| Octal | 35 | 234 | 62 | 121 | 0 | 104 | 47 | 202 | 105 | 44 |
| Binary | 11101 | 10011100 | 110010 | 1010001 | 0 | 1000100 | 100111 | 10000010 | 1000101 | 100100 |
Color Harmonies of #1D9C32
Complementary color
Monochromatic Colors of #1D9C32
Black with #1D9C32
Text Example
Text Example
White with #1D9C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C32; }
p { color: rgb(29,156,50); }
H1.HeaderClassName
{
color: #1D9C32;
}
.AnyTagClassName
{
color: #1D9C32;
}
</style>
background-color css
<style>
a { background-color: #1D9C32; }
a { background-color: rgb(29,156,50); }
div.DivClassName
{
background-color: #1D9C32;
}
.BgClassName
{
background-color: #1D9C32;
}
</style>
border-color css
<style>
span { border-color: #1D9C32; }
span { border-color: rgb(29,156,50); }
td.TdClassName
{
border-color: #1D9C32;
}
.TagClassName
{
border-color: #1D9C32;
}
</style>