Shades of Forest Green #1D781C
Tints of Forest Green #1D781C
RGB
CMYK
RGB Variations
Color information
#1D781C (or 0x1D781C) is known color: Forest Green. HEX triplet: 1D, 78 and 1C. RGB value is (29,120,28). Sum of RGB (Red+Green+Blue) = 29+120+28=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 120 (47.27% from 255 or 67.80% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 120 - color contains mainly: green. Hex color #1D781C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D781C is #E287E3. Grayscale: #525252. Windows color (decimal): -14845924 or 1865757. OLE color: 1865757.
HSL color Cylindrical-coordinate representation of color #1D781C: hue angle of 119.35º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D781C is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 28 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.53 |
| HSL | 119.35º | 0.62% | 0.29% | - |
| HSV(B) | 119.35º | 0.77% | 0.47% | - |
| XYZ | 7.43 | 13.78 | 3.37 | - |
| YUV | 82.3 | 97.35 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 28 | 0.76 | 0 | 0.77 | 0.53 | 119.35 | 0.62 | 0.29 |
| Hex | 1D | 78 | 1C | 4C | 0 | 4D | 35 | 77 | 3E | 1D |
| Octal | 35 | 170 | 34 | 114 | 0 | 115 | 65 | 167 | 76 | 35 |
| Binary | 11101 | 1111000 | 11100 | 1001100 | 0 | 1001101 | 110101 | 1110111 | 111110 | 11101 |
Color Harmonies of #1D781C
Complementary color
Monochromatic Colors of #1D781C
Black with #1D781C
Text Example
Text Example
White with #1D781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D781C; }
p { color: rgb(29,120,28); }
H1.HeaderClassName
{
color: #1D781C;
}
.AnyTagClassName
{
color: #1D781C;
}
</style>
background-color css
<style>
a { background-color: #1D781C; }
a { background-color: rgb(29,120,28); }
div.DivClassName
{
background-color: #1D781C;
}
.BgClassName
{
background-color: #1D781C;
}
</style>
border-color css
<style>
span { border-color: #1D781C; }
span { border-color: rgb(29,120,28); }
td.TdClassName
{
border-color: #1D781C;
}
.TagClassName
{
border-color: #1D781C;
}
</style>