Shades of Forest Green #1D8936
Tints of Forest Green #1D8936
RGB
CMYK
RGB Variations
Color information
#1D8936 (or 0x1D8936) is known color: Forest Green. HEX triplet: 1D, 89 and 36. RGB value is (29,137,54). Sum of RGB (Red+Green+Blue) = 29+137+54=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8936 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8936 is #E276C9. Grayscale: #5F5F5F. Windows color (decimal): -14841546 or 3574045. OLE color: 3574045.
HSL color Cylindrical-coordinate representation of color #1D8936: hue angle of 133.89º 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 #1D8936 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 54 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.46 |
| HSL | 133.89º | 0.65% | 0.33% | - |
| HSV(B) | 133.89º | 0.79% | 0.54% | - |
| XYZ | 10.12 | 18.42 | 6.51 | - |
| YUV | 95.25 | 104.72 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 54 | 0.79 | 0 | 0.61 | 0.46 | 133.89 | 0.65 | 0.33 |
| Hex | 1D | 89 | 36 | 4F | 0 | 3D | 2E | 86 | 41 | 21 |
| Octal | 35 | 211 | 66 | 117 | 0 | 75 | 56 | 206 | 101 | 41 |
| Binary | 11101 | 10001001 | 110110 | 1001111 | 0 | 111101 | 101110 | 10000110 | 1000001 | 100001 |
Color Harmonies of #1D8936
Complementary color
Monochromatic Colors of #1D8936
Black with #1D8936
Text Example
Text Example
White with #1D8936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8936; }
p { color: rgb(29,137,54); }
H1.HeaderClassName
{
color: #1D8936;
}
.AnyTagClassName
{
color: #1D8936;
}
</style>
background-color css
<style>
a { background-color: #1D8936; }
a { background-color: rgb(29,137,54); }
div.DivClassName
{
background-color: #1D8936;
}
.BgClassName
{
background-color: #1D8936;
}
</style>
border-color css
<style>
span { border-color: #1D8936; }
span { border-color: rgb(29,137,54); }
td.TdClassName
{
border-color: #1D8936;
}
.TagClassName
{
border-color: #1D8936;
}
</style>