Shades of Forest Green #1D731D
Tints of Forest Green #1D731D
RGB
CMYK
RGB Variations
Color information
#1D731D (or 0x1D731D) is known color: Forest Green. HEX triplet: 1D, 73 and 1D. RGB value is (29,115,29). Sum of RGB (Red+Green+Blue) = 29+115+29=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #1D731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D731D is #E28CE2. Grayscale: #4F4F4F. Windows color (decimal): -14847203 or 1930013. OLE color: 1930013.
HSL color Cylindrical-coordinate representation of color #1D731D: hue angle of 120º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D731D is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 29 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.55 |
| HSL | 120º | 0.6% | 0.28% | - |
| HSV(B) | 120º | 0.75% | 0.45% | - |
| XYZ | 6.86 | 12.61 | 3.24 | - |
| YUV | 79.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 29 | 0.75 | 0 | 0.75 | 0.55 | 120 | 0.6 | 0.28 |
| Hex | 1D | 73 | 1D | 4B | 0 | 4B | 37 | 78 | 3C | 1C |
| Octal | 35 | 163 | 35 | 113 | 0 | 113 | 67 | 170 | 74 | 34 |
| Binary | 11101 | 1110011 | 11101 | 1001011 | 0 | 1001011 | 110111 | 1111000 | 111100 | 11100 |
Color Harmonies of #1D731D
Complementary color
Monochromatic Colors of #1D731D
Black with #1D731D
Text Example
Text Example
White with #1D731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D731D; }
p { color: rgb(29,115,29); }
H1.HeaderClassName
{
color: #1D731D;
}
.AnyTagClassName
{
color: #1D731D;
}
</style>
background-color css
<style>
a { background-color: #1D731D; }
a { background-color: rgb(29,115,29); }
div.DivClassName
{
background-color: #1D731D;
}
.BgClassName
{
background-color: #1D731D;
}
</style>
border-color css
<style>
span { border-color: #1D731D; }
span { border-color: rgb(29,115,29); }
td.TdClassName
{
border-color: #1D731D;
}
.TagClassName
{
border-color: #1D731D;
}
</style>