Shades of Forest Green #1D9838
Tints of Forest Green #1D9838
RGB
CMYK
RGB Variations
Color information
#1D9838 (or 0x1D9838) is known color: Forest Green. HEX triplet: 1D, 98 and 38. RGB value is (29,152,56). Sum of RGB (Red+Green+Blue) = 29+152+56=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #1D9838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9838 is #E267C7. Grayscale: #686868. Windows color (decimal): -14837704 or 3708957. OLE color: 3708957.
HSL color Cylindrical-coordinate representation of color #1D9838: hue angle of 133.17º 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 #1D9838 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 56 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.40 |
| HSL | 133.17º | 0.68% | 0.35% | - |
| HSV(B) | 133.17º | 0.81% | 0.6% | - |
| XYZ | 12.45 | 23 | 7.53 | - |
| YUV | 104.28 | 100.75 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 56 | 0.81 | 0 | 0.63 | 0.40 | 133.17 | 0.68 | 0.35 |
| Hex | 1D | 98 | 38 | 51 | 0 | 3F | 28 | 85 | 44 | 23 |
| Octal | 35 | 230 | 70 | 121 | 0 | 77 | 50 | 205 | 104 | 43 |
| Binary | 11101 | 10011000 | 111000 | 1010001 | 0 | 111111 | 101000 | 10000101 | 1000100 | 100011 |
Color Harmonies of #1D9838
Complementary color
Monochromatic Colors of #1D9838
Black with #1D9838
Text Example
Text Example
White with #1D9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9838; }
p { color: rgb(29,152,56); }
H1.HeaderClassName
{
color: #1D9838;
}
.AnyTagClassName
{
color: #1D9838;
}
</style>
background-color css
<style>
a { background-color: #1D9838; }
a { background-color: rgb(29,152,56); }
div.DivClassName
{
background-color: #1D9838;
}
.BgClassName
{
background-color: #1D9838;
}
</style>
border-color css
<style>
span { border-color: #1D9838; }
span { border-color: rgb(29,152,56); }
td.TdClassName
{
border-color: #1D9838;
}
.TagClassName
{
border-color: #1D9838;
}
</style>