Shades of Forest Green #1D9524
Tints of Forest Green #1D9524
RGB
CMYK
RGB Variations
Color information
#1D9524 (or 0x1D9524) is known color: Forest Green. HEX triplet: 1D, 95 and 24. RGB value is (29,149,36). Sum of RGB (Red+Green+Blue) = 29+149+36=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #1D9524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9524 is #E26ADB. Grayscale: #646464. Windows color (decimal): -14838492 or 2397469. OLE color: 2397469.
HSL color Cylindrical-coordinate representation of color #1D9524: hue angle of 123.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9524 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 149 | 36 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.42 |
| HSL | 123.5º | 0.67% | 0.35% | - |
| HSV(B) | 123.5º | 0.81% | 0.58% | - |
| XYZ | 11.57 | 21.88 | 5.28 | - |
| YUV | 100.24 | 91.74 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 36 | 0.81 | 0 | 0.76 | 0.42 | 123.5 | 0.67 | 0.35 |
| Hex | 1D | 95 | 24 | 51 | 0 | 4C | 2A | 7C | 43 | 23 |
| Octal | 35 | 225 | 44 | 121 | 0 | 114 | 52 | 174 | 103 | 43 |
| Binary | 11101 | 10010101 | 100100 | 1010001 | 0 | 1001100 | 101010 | 1111100 | 1000011 | 100011 |
Color Harmonies of #1D9524
Complementary color
Monochromatic Colors of #1D9524
Black with #1D9524
Text Example
Text Example
White with #1D9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9524; }
p { color: rgb(29,149,36); }
H1.HeaderClassName
{
color: #1D9524;
}
.AnyTagClassName
{
color: #1D9524;
}
</style>
background-color css
<style>
a { background-color: #1D9524; }
a { background-color: rgb(29,149,36); }
div.DivClassName
{
background-color: #1D9524;
}
.BgClassName
{
background-color: #1D9524;
}
</style>
border-color css
<style>
span { border-color: #1D9524; }
span { border-color: rgb(29,149,36); }
td.TdClassName
{
border-color: #1D9524;
}
.TagClassName
{
border-color: #1D9524;
}
</style>