Shades of Forest Green #1D7D2C
Tints of Forest Green #1D7D2C
RGB
CMYK
RGB Variations
Color information
#1D7D2C (or 0x1D7D2C) is known color: Forest Green. HEX triplet: 1D, 7D and 2C. RGB value is (29,125,44). Sum of RGB (Red+Green+Blue) = 29+125+44=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7D2C is #E282D3. Grayscale: #575757. Windows color (decimal): -14844628 or 2915613. OLE color: 2915613.
HSL color Cylindrical-coordinate representation of color #1D7D2C: hue angle of 129.38º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D2C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 125 | 44 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.51 |
| HSL | 129.38º | 0.62% | 0.3% | - |
| HSV(B) | 129.38º | 0.77% | 0.49% | - |
| XYZ | 8.29 | 15.11 | 4.86 | - |
| YUV | 87.06 | 103.7 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 44 | 0.77 | 0 | 0.65 | 0.51 | 129.38 | 0.62 | 0.3 |
| Hex | 1D | 7D | 2C | 4D | 0 | 41 | 33 | 81 | 3E | 1E |
| Octal | 35 | 175 | 54 | 115 | 0 | 101 | 63 | 201 | 76 | 36 |
| Binary | 11101 | 1111101 | 101100 | 1001101 | 0 | 1000001 | 110011 | 10000001 | 111110 | 11110 |
Color Harmonies of #1D7D2C
Complementary color
Monochromatic Colors of #1D7D2C
Black with #1D7D2C
Text Example
Text Example
White with #1D7D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7D2C; }
p { color: rgb(29,125,44); }
H1.HeaderClassName
{
color: #1D7D2C;
}
.AnyTagClassName
{
color: #1D7D2C;
}
</style>
background-color css
<style>
a { background-color: #1D7D2C; }
a { background-color: rgb(29,125,44); }
div.DivClassName
{
background-color: #1D7D2C;
}
.BgClassName
{
background-color: #1D7D2C;
}
</style>
border-color css
<style>
span { border-color: #1D7D2C; }
span { border-color: rgb(29,125,44); }
td.TdClassName
{
border-color: #1D7D2C;
}
.TagClassName
{
border-color: #1D7D2C;
}
</style>