Shades of Forest Green #1D8838
Tints of Forest Green #1D8838
RGB
CMYK
RGB Variations
Color information
#1D8838 (or 0x1D8838) is known color: Forest Green. HEX triplet: 1D, 88 and 38. RGB value is (29,136,56). Sum of RGB (Red+Green+Blue) = 29+136+56=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8838 is #E277C7. Grayscale: #5F5F5F. Windows color (decimal): -14841800 or 3704861. OLE color: 3704861.
HSL color Cylindrical-coordinate representation of color #1D8838: hue angle of 135.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8838 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 56 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.47 |
| HSL | 135.14º | 0.65% | 0.32% | - |
| HSV(B) | 135.14º | 0.79% | 0.53% | - |
| XYZ | 10.02 | 18.16 | 6.72 | - |
| YUV | 94.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 56 | 0.79 | 0 | 0.59 | 0.47 | 135.14 | 0.65 | 0.32 |
| Hex | 1D | 88 | 38 | 4F | 0 | 3B | 2F | 87 | 41 | 20 |
| Octal | 35 | 210 | 70 | 117 | 0 | 73 | 57 | 207 | 101 | 40 |
| Binary | 11101 | 10001000 | 111000 | 1001111 | 0 | 111011 | 101111 | 10000111 | 1000001 | 100000 |
Color Harmonies of #1D8838
Complementary color
Monochromatic Colors of #1D8838
Black with #1D8838
Text Example
Text Example
White with #1D8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8838; }
p { color: rgb(29,136,56); }
H1.HeaderClassName
{
color: #1D8838;
}
.AnyTagClassName
{
color: #1D8838;
}
</style>
background-color css
<style>
a { background-color: #1D8838; }
a { background-color: rgb(29,136,56); }
div.DivClassName
{
background-color: #1D8838;
}
.BgClassName
{
background-color: #1D8838;
}
</style>
border-color css
<style>
span { border-color: #1D8838; }
span { border-color: rgb(29,136,56); }
td.TdClassName
{
border-color: #1D8838;
}
.TagClassName
{
border-color: #1D8838;
}
</style>