Shades of Forest Green #1D761C
Tints of Forest Green #1D761C
RGB
CMYK
RGB Variations
Color information
#1D761C (or 0x1D761C) is known color: Forest Green. HEX triplet: 1D, 76 and 1C. RGB value is (29,118,28). Sum of RGB (Red+Green+Blue) = 29+118+28=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 118 (46.48% from 255 or 67.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 118 - color contains mainly: green. Hex color #1D761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D761C is #E289E3. Grayscale: #515151. Windows color (decimal): -14846436 or 1865245. OLE color: 1865245.
HSL color Cylindrical-coordinate representation of color #1D761C: hue angle of 119.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D761C is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 28 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.54 |
| HSL | 119.33º | 0.62% | 0.29% | - |
| HSV(B) | 119.33º | 0.76% | 0.46% | - |
| XYZ | 7.19 | 13.3 | 3.29 | - |
| YUV | 81.13 | 98.01 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 28 | 0.75 | 0 | 0.76 | 0.54 | 119.33 | 0.62 | 0.29 |
| Hex | 1D | 76 | 1C | 4B | 0 | 4C | 36 | 77 | 3E | 1D |
| Octal | 35 | 166 | 34 | 113 | 0 | 114 | 66 | 167 | 76 | 35 |
| Binary | 11101 | 1110110 | 11100 | 1001011 | 0 | 1001100 | 110110 | 1110111 | 111110 | 11101 |
Color Harmonies of #1D761C
Complementary color
Monochromatic Colors of #1D761C
Black with #1D761C
Text Example
Text Example
White with #1D761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D761C; }
p { color: rgb(29,118,28); }
H1.HeaderClassName
{
color: #1D761C;
}
.AnyTagClassName
{
color: #1D761C;
}
</style>
background-color css
<style>
a { background-color: #1D761C; }
a { background-color: rgb(29,118,28); }
div.DivClassName
{
background-color: #1D761C;
}
.BgClassName
{
background-color: #1D761C;
}
</style>
border-color css
<style>
span { border-color: #1D761C; }
span { border-color: rgb(29,118,28); }
td.TdClassName
{
border-color: #1D761C;
}
.TagClassName
{
border-color: #1D761C;
}
</style>