Shades of Forest Green #1D8528
Tints of Forest Green #1D8528
RGB
CMYK
RGB Variations
Color information
#1D8528 (or 0x1D8528) is known color: Forest Green. HEX triplet: 1D, 85 and 28. RGB value is (29,133,40). Sum of RGB (Red+Green+Blue) = 29+133+40=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8528 is #E27AD7. Grayscale: #5B5B5B. Windows color (decimal): -14842584 or 2655517. OLE color: 2655517.
HSL color Cylindrical-coordinate representation of color #1D8528: hue angle of 126.35º 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 #1D8528 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 40 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.48 |
| HSL | 126.35º | 0.64% | 0.32% | - |
| HSV(B) | 126.35º | 0.78% | 0.52% | - |
| XYZ | 9.28 | 17.19 | 4.84 | - |
| YUV | 91.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 40 | 0.78 | 0 | 0.70 | 0.48 | 126.35 | 0.64 | 0.32 |
| Hex | 1D | 85 | 28 | 4E | 0 | 46 | 30 | 7E | 40 | 20 |
| Octal | 35 | 205 | 50 | 116 | 0 | 106 | 60 | 176 | 100 | 40 |
| Binary | 11101 | 10000101 | 101000 | 1001110 | 0 | 1000110 | 110000 | 1111110 | 1000000 | 100000 |
Color Harmonies of #1D8528
Complementary color
Monochromatic Colors of #1D8528
Black with #1D8528
Text Example
Text Example
White with #1D8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8528; }
p { color: rgb(29,133,40); }
H1.HeaderClassName
{
color: #1D8528;
}
.AnyTagClassName
{
color: #1D8528;
}
</style>
background-color css
<style>
a { background-color: #1D8528; }
a { background-color: rgb(29,133,40); }
div.DivClassName
{
background-color: #1D8528;
}
.BgClassName
{
background-color: #1D8528;
}
</style>
border-color css
<style>
span { border-color: #1D8528; }
span { border-color: rgb(29,133,40); }
td.TdClassName
{
border-color: #1D8528;
}
.TagClassName
{
border-color: #1D8528;
}
</style>