Shades of Forest Green #1D7922
Tints of Forest Green #1D7922
RGB
CMYK
RGB Variations
Color information
#1D7922 (or 0x1D7922) is known color: Forest Green. HEX triplet: 1D, 79 and 22. RGB value is (29,121,34). Sum of RGB (Red+Green+Blue) = 29+121+34=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 121 (47.66% from 255 or 65.76% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7922 is #E286DD. Grayscale: #535353. Windows color (decimal): -14845662 or 2259229. OLE color: 2259229.
HSL color Cylindrical-coordinate representation of color #1D7922: hue angle of 123.26º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7922 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 34 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.53 |
| HSL | 123.26º | 0.61% | 0.29% | - |
| HSV(B) | 123.26º | 0.76% | 0.47% | - |
| XYZ | 7.63 | 14.05 | 3.82 | - |
| YUV | 83.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 34 | 0.76 | 0 | 0.72 | 0.53 | 123.26 | 0.61 | 0.29 |
| Hex | 1D | 79 | 22 | 4C | 0 | 48 | 35 | 7B | 3D | 1D |
| Octal | 35 | 171 | 42 | 114 | 0 | 110 | 65 | 173 | 75 | 35 |
| Binary | 11101 | 1111001 | 100010 | 1001100 | 0 | 1001000 | 110101 | 1111011 | 111101 | 11101 |
Color Harmonies of #1D7922
Complementary color
Monochromatic Colors of #1D7922
Black with #1D7922
Text Example
Text Example
White with #1D7922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7922; }
p { color: rgb(29,121,34); }
H1.HeaderClassName
{
color: #1D7922;
}
.AnyTagClassName
{
color: #1D7922;
}
</style>
background-color css
<style>
a { background-color: #1D7922; }
a { background-color: rgb(29,121,34); }
div.DivClassName
{
background-color: #1D7922;
}
.BgClassName
{
background-color: #1D7922;
}
</style>
border-color css
<style>
span { border-color: #1D7922; }
span { border-color: rgb(29,121,34); }
td.TdClassName
{
border-color: #1D7922;
}
.TagClassName
{
border-color: #1D7922;
}
</style>