Shades of Forest Green #1D8534
Tints of Forest Green #1D8534
RGB
CMYK
RGB Variations
Color information
#1D8534 (or 0x1D8534) is known color: Forest Green. HEX triplet: 1D, 85 and 34. RGB value is (29,133,52). Sum of RGB (Red+Green+Blue) = 29+133+52=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8534 is #E27ACB. Grayscale: #5C5C5C. Windows color (decimal): -14842572 or 3441949. OLE color: 3441949.
HSL color Cylindrical-coordinate representation of color #1D8534: hue angle of 133.27º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8534 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 52 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.48 |
| HSL | 133.27º | 0.64% | 0.32% | - |
| HSV(B) | 133.27º | 0.78% | 0.52% | - |
| XYZ | 9.51 | 17.28 | 6.08 | - |
| YUV | 92.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 52 | 0.78 | 0 | 0.61 | 0.48 | 133.27 | 0.64 | 0.32 |
| Hex | 1D | 85 | 34 | 4E | 0 | 3D | 30 | 85 | 40 | 20 |
| Octal | 35 | 205 | 64 | 116 | 0 | 75 | 60 | 205 | 100 | 40 |
| Binary | 11101 | 10000101 | 110100 | 1001110 | 0 | 111101 | 110000 | 10000101 | 1000000 | 100000 |
Color Harmonies of #1D8534
Complementary color
Monochromatic Colors of #1D8534
Black with #1D8534
Text Example
Text Example
White with #1D8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8534; }
p { color: rgb(29,133,52); }
H1.HeaderClassName
{
color: #1D8534;
}
.AnyTagClassName
{
color: #1D8534;
}
</style>
background-color css
<style>
a { background-color: #1D8534; }
a { background-color: rgb(29,133,52); }
div.DivClassName
{
background-color: #1D8534;
}
.BgClassName
{
background-color: #1D8534;
}
</style>
border-color css
<style>
span { border-color: #1D8534; }
span { border-color: rgb(29,133,52); }
td.TdClassName
{
border-color: #1D8534;
}
.TagClassName
{
border-color: #1D8534;
}
</style>