Shades of Forest Green #1D770A
Tints of Forest Green #1D770A
RGB
CMYK
RGB Variations
Color information
#1D770A (or 0x1D770A) is known color: Forest Green. HEX triplet: 1D, 77 and 0A. RGB value is (29,119,10). Sum of RGB (Red+Green+Blue) = 29+119+10=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 119 (46.88% from 255 or 75.32% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 119 - color contains mainly: green. Hex color #1D770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D770A is #E288F5. Grayscale: #505050. Windows color (decimal): -14846198 or 685853. OLE color: 685853.
HSL color Cylindrical-coordinate representation of color #1D770A: hue angle of 109.54º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D770A is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 10 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.53 |
| HSL | 109.54º | 0.84% | 0.25% | - |
| HSV(B) | 109.54º | 0.92% | 0.47% | - |
| XYZ | 7.16 | 13.48 | 2.51 | - |
| YUV | 79.66 | 88.68 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 10 | 0.76 | 0 | 0.92 | 0.53 | 109.54 | 0.84 | 0.25 |
| Hex | 1D | 77 | A | 4C | 0 | 5C | 35 | 6E | 54 | 19 |
| Octal | 35 | 167 | 12 | 114 | 0 | 134 | 65 | 156 | 124 | 31 |
| Binary | 11101 | 1110111 | 1010 | 1001100 | 0 | 1011100 | 110101 | 1101110 | 1010100 | 11001 |
Color Harmonies of #1D770A
Complementary color
Monochromatic Colors of #1D770A
Black with #1D770A
Text Example
Text Example
White with #1D770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D770A; }
p { color: rgb(29,119,10); }
H1.HeaderClassName
{
color: #1D770A;
}
.AnyTagClassName
{
color: #1D770A;
}
</style>
background-color css
<style>
a { background-color: #1D770A; }
a { background-color: rgb(29,119,10); }
div.DivClassName
{
background-color: #1D770A;
}
.BgClassName
{
background-color: #1D770A;
}
</style>
border-color css
<style>
span { border-color: #1D770A; }
span { border-color: rgb(29,119,10); }
td.TdClassName
{
border-color: #1D770A;
}
.TagClassName
{
border-color: #1D770A;
}
</style>