Shades of Forest Green #1D8224
Tints of Forest Green #1D8224
RGB
CMYK
RGB Variations
Color information
#1D8224 (or 0x1D8224) is known color: Forest Green. HEX triplet: 1D, 82 and 24. RGB value is (29,130,36). Sum of RGB (Red+Green+Blue) = 29+130+36=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8224 is #E27DDB. Grayscale: #595959. Windows color (decimal): -14843356 or 2392605. OLE color: 2392605.
HSL color Cylindrical-coordinate representation of color #1D8224: hue angle of 124.16º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8224 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 36 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.49 |
| HSL | 124.16º | 0.64% | 0.31% | - |
| HSV(B) | 124.16º | 0.78% | 0.51% | - |
| XYZ | 8.81 | 16.35 | 4.36 | - |
| YUV | 89.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 36 | 0.78 | 0 | 0.72 | 0.49 | 124.16 | 0.64 | 0.31 |
| Hex | 1D | 82 | 24 | 4E | 0 | 48 | 31 | 7C | 40 | 1F |
| Octal | 35 | 202 | 44 | 116 | 0 | 110 | 61 | 174 | 100 | 37 |
| Binary | 11101 | 10000010 | 100100 | 1001110 | 0 | 1001000 | 110001 | 1111100 | 1000000 | 11111 |
Color Harmonies of #1D8224
Complementary color
Monochromatic Colors of #1D8224
Black with #1D8224
Text Example
Text Example
White with #1D8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8224; }
p { color: rgb(29,130,36); }
H1.HeaderClassName
{
color: #1D8224;
}
.AnyTagClassName
{
color: #1D8224;
}
</style>
background-color css
<style>
a { background-color: #1D8224; }
a { background-color: rgb(29,130,36); }
div.DivClassName
{
background-color: #1D8224;
}
.BgClassName
{
background-color: #1D8224;
}
</style>
border-color css
<style>
span { border-color: #1D8224; }
span { border-color: rgb(29,130,36); }
td.TdClassName
{
border-color: #1D8224;
}
.TagClassName
{
border-color: #1D8224;
}
</style>