Shades of Forest Green #1D9C38
Tints of Forest Green #1D9C38
RGB
CMYK
RGB Variations
Color information
#1D9C38 (or 0x1D9C38) is known color: Forest Green. HEX triplet: 1D, 9C and 38. RGB value is (29,156,56). Sum of RGB (Red+Green+Blue) = 29+156+56=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 156 (61.33% from 255 or 64.73% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9C38 is #E263C7. Grayscale: #6A6A6A. Windows color (decimal): -14836680 or 3709981. OLE color: 3709981.
HSL color Cylindrical-coordinate representation of color #1D9C38: hue angle of 132.76º 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 #1D9C38 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 56 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.39 |
| HSL | 132.76º | 0.69% | 0.36% | - |
| HSV(B) | 132.76º | 0.81% | 0.61% | - |
| XYZ | 13.11 | 24.32 | 7.75 | - |
| YUV | 106.63 | 99.42 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 56 | 0.81 | 0 | 0.64 | 0.39 | 132.76 | 0.69 | 0.36 |
| Hex | 1D | 9C | 38 | 51 | 0 | 40 | 27 | 85 | 45 | 24 |
| Octal | 35 | 234 | 70 | 121 | 0 | 100 | 47 | 205 | 105 | 44 |
| Binary | 11101 | 10011100 | 111000 | 1010001 | 0 | 1000000 | 100111 | 10000101 | 1000101 | 100100 |
Color Harmonies of #1D9C38
Complementary color
Monochromatic Colors of #1D9C38
Black with #1D9C38
Text Example
Text Example
White with #1D9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C38; }
p { color: rgb(29,156,56); }
H1.HeaderClassName
{
color: #1D9C38;
}
.AnyTagClassName
{
color: #1D9C38;
}
</style>
background-color css
<style>
a { background-color: #1D9C38; }
a { background-color: rgb(29,156,56); }
div.DivClassName
{
background-color: #1D9C38;
}
.BgClassName
{
background-color: #1D9C38;
}
</style>
border-color css
<style>
span { border-color: #1D9C38; }
span { border-color: rgb(29,156,56); }
td.TdClassName
{
border-color: #1D9C38;
}
.TagClassName
{
border-color: #1D9C38;
}
</style>