Shades of Forest Green #1D8A32
Tints of Forest Green #1D8A32
RGB
CMYK
RGB Variations
Color information
#1D8A32 (or 0x1D8A32) is known color: Forest Green. HEX triplet: 1D, 8A and 32. RGB value is (29,138,50). Sum of RGB (Red+Green+Blue) = 29+138+50=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 138 (54.30% from 255 or 63.59% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8A32 is #E275CD. Grayscale: #5F5F5F. Windows color (decimal): -14841294 or 3312157. OLE color: 3312157.
HSL color Cylindrical-coordinate representation of color #1D8A32: hue angle of 131.56º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A32 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 138 | 50 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.46 |
| HSL | 131.56º | 0.65% | 0.33% | - |
| HSV(B) | 131.56º | 0.79% | 0.54% | - |
| XYZ | 10.17 | 18.67 | 6.08 | - |
| YUV | 95.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 50 | 0.79 | 0 | 0.64 | 0.46 | 131.56 | 0.65 | 0.33 |
| Hex | 1D | 8A | 32 | 4F | 0 | 40 | 2E | 84 | 41 | 21 |
| Octal | 35 | 212 | 62 | 117 | 0 | 100 | 56 | 204 | 101 | 41 |
| Binary | 11101 | 10001010 | 110010 | 1001111 | 0 | 1000000 | 101110 | 10000100 | 1000001 | 100001 |
Color Harmonies of #1D8A32
Complementary color
Monochromatic Colors of #1D8A32
Black with #1D8A32
Text Example
Text Example
White with #1D8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8A32; }
p { color: rgb(29,138,50); }
H1.HeaderClassName
{
color: #1D8A32;
}
.AnyTagClassName
{
color: #1D8A32;
}
</style>
background-color css
<style>
a { background-color: #1D8A32; }
a { background-color: rgb(29,138,50); }
div.DivClassName
{
background-color: #1D8A32;
}
.BgClassName
{
background-color: #1D8A32;
}
</style>
border-color css
<style>
span { border-color: #1D8A32; }
span { border-color: rgb(29,138,50); }
td.TdClassName
{
border-color: #1D8A32;
}
.TagClassName
{
border-color: #1D8A32;
}
</style>