Shades of Forest Green #1D780C
Tints of Forest Green #1D780C
RGB
CMYK
RGB Variations
Color information
#1D780C (or 0x1D780C) is known color: Forest Green. HEX triplet: 1D, 78 and 0C. RGB value is (29,120,12). Sum of RGB (Red+Green+Blue) = 29+120+12=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 120 (47.27% from 255 or 74.53% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 120 - color contains mainly: green. Hex color #1D780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D780C is #E287F3. Grayscale: #505050. Windows color (decimal): -14845940 or 817181. OLE color: 817181.
HSL color Cylindrical-coordinate representation of color #1D780C: hue angle of 110.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D780C is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 12 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.53 |
| HSL | 110.56º | 0.82% | 0.26% | - |
| HSV(B) | 110.56º | 0.9% | 0.47% | - |
| XYZ | 7.29 | 13.72 | 2.61 | - |
| YUV | 80.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 12 | 0.76 | 0 | 0.90 | 0.53 | 110.56 | 0.82 | 0.26 |
| Hex | 1D | 78 | C | 4C | 0 | 5A | 35 | 6F | 52 | 1A |
| Octal | 35 | 170 | 14 | 114 | 0 | 132 | 65 | 157 | 122 | 32 |
| Binary | 11101 | 1111000 | 1100 | 1001100 | 0 | 1011010 | 110101 | 1101111 | 1010010 | 11010 |
Color Harmonies of #1D780C
Complementary color
Monochromatic Colors of #1D780C
Black with #1D780C
Text Example
Text Example
White with #1D780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D780C; }
p { color: rgb(29,120,12); }
H1.HeaderClassName
{
color: #1D780C;
}
.AnyTagClassName
{
color: #1D780C;
}
</style>
background-color css
<style>
a { background-color: #1D780C; }
a { background-color: rgb(29,120,12); }
div.DivClassName
{
background-color: #1D780C;
}
.BgClassName
{
background-color: #1D780C;
}
</style>
border-color css
<style>
span { border-color: #1D780C; }
span { border-color: rgb(29,120,12); }
td.TdClassName
{
border-color: #1D780C;
}
.TagClassName
{
border-color: #1D780C;
}
</style>