Shades of Forest Green #1D9832
Tints of Forest Green #1D9832
RGB
CMYK
RGB Variations
Color information
#1D9832 (or 0x1D9832) is known color: Forest Green. HEX triplet: 1D, 98 and 32. RGB value is (29,152,50). Sum of RGB (Red+Green+Blue) = 29+152+50=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #1D9832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9832 is #E267CD. Grayscale: #676767. Windows color (decimal): -14837710 or 3315741. OLE color: 3315741.
HSL color Cylindrical-coordinate representation of color #1D9832: hue angle of 130.24º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9832 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 50 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.40 |
| HSL | 130.24º | 0.68% | 0.35% | - |
| HSV(B) | 130.24º | 0.81% | 0.6% | - |
| XYZ | 12.31 | 22.95 | 6.8 | - |
| YUV | 103.6 | 97.75 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 50 | 0.81 | 0 | 0.67 | 0.40 | 130.24 | 0.68 | 0.35 |
| Hex | 1D | 98 | 32 | 51 | 0 | 43 | 28 | 82 | 44 | 23 |
| Octal | 35 | 230 | 62 | 121 | 0 | 103 | 50 | 202 | 104 | 43 |
| Binary | 11101 | 10011000 | 110010 | 1010001 | 0 | 1000011 | 101000 | 10000010 | 1000100 | 100011 |
Color Harmonies of #1D9832
Complementary color
Monochromatic Colors of #1D9832
Black with #1D9832
Text Example
Text Example
White with #1D9832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9832; }
p { color: rgb(29,152,50); }
H1.HeaderClassName
{
color: #1D9832;
}
.AnyTagClassName
{
color: #1D9832;
}
</style>
background-color css
<style>
a { background-color: #1D9832; }
a { background-color: rgb(29,152,50); }
div.DivClassName
{
background-color: #1D9832;
}
.BgClassName
{
background-color: #1D9832;
}
</style>
border-color css
<style>
span { border-color: #1D9832; }
span { border-color: rgb(29,152,50); }
td.TdClassName
{
border-color: #1D9832;
}
.TagClassName
{
border-color: #1D9832;
}
</style>