Shades of Forest Green #1D8525
Tints of Forest Green #1D8525
RGB
CMYK
RGB Variations
Color information
#1D8525 (or 0x1D8525) is known color: Forest Green. HEX triplet: 1D, 85 and 25. RGB value is (29,133,37). Sum of RGB (Red+Green+Blue) = 29+133+37=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8525 is #E27ADA. Grayscale: #5B5B5B. Windows color (decimal): -14842587 or 2458909. OLE color: 2458909.
HSL color Cylindrical-coordinate representation of color #1D8525: hue angle of 124.62º 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 #1D8525 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 37 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.48 |
| HSL | 124.62º | 0.64% | 0.32% | - |
| HSV(B) | 124.62º | 0.78% | 0.52% | - |
| XYZ | 9.23 | 17.17 | 4.58 | - |
| YUV | 90.96 | 97.54 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 37 | 0.78 | 0 | 0.72 | 0.48 | 124.62 | 0.64 | 0.32 |
| Hex | 1D | 85 | 25 | 4E | 0 | 48 | 30 | 7D | 40 | 20 |
| Octal | 35 | 205 | 45 | 116 | 0 | 110 | 60 | 175 | 100 | 40 |
| Binary | 11101 | 10000101 | 100101 | 1001110 | 0 | 1001000 | 110000 | 1111101 | 1000000 | 100000 |
Color Harmonies of #1D8525
Complementary color
Monochromatic Colors of #1D8525
Black with #1D8525
Text Example
Text Example
White with #1D8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8525; }
p { color: rgb(29,133,37); }
H1.HeaderClassName
{
color: #1D8525;
}
.AnyTagClassName
{
color: #1D8525;
}
</style>
background-color css
<style>
a { background-color: #1D8525; }
a { background-color: rgb(29,133,37); }
div.DivClassName
{
background-color: #1D8525;
}
.BgClassName
{
background-color: #1D8525;
}
</style>
border-color css
<style>
span { border-color: #1D8525; }
span { border-color: rgb(29,133,37); }
td.TdClassName
{
border-color: #1D8525;
}
.TagClassName
{
border-color: #1D8525;
}
</style>