Shades of Forest Green #1D781F
Tints of Forest Green #1D781F
RGB
CMYK
RGB Variations
Color information
#1D781F (or 0x1D781F) is known color: Forest Green. HEX triplet: 1D, 78 and 1F. RGB value is (29,120,31). Sum of RGB (Red+Green+Blue) = 29+120+31=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #1D781F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D781F is #E287E0. Grayscale: #525252. Windows color (decimal): -14845921 or 2062365. OLE color: 2062365.
HSL color Cylindrical-coordinate representation of color #1D781F: hue angle of 121.32º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D781F is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 31 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.53 |
| HSL | 121.32º | 0.61% | 0.29% | - |
| HSV(B) | 121.32º | 0.76% | 0.47% | - |
| XYZ | 7.47 | 13.79 | 3.56 | - |
| YUV | 82.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 31 | 0.76 | 0 | 0.74 | 0.53 | 121.32 | 0.61 | 0.29 |
| Hex | 1D | 78 | 1F | 4C | 0 | 4A | 35 | 79 | 3D | 1D |
| Octal | 35 | 170 | 37 | 114 | 0 | 112 | 65 | 171 | 75 | 35 |
| Binary | 11101 | 1111000 | 11111 | 1001100 | 0 | 1001010 | 110101 | 1111001 | 111101 | 11101 |
Color Harmonies of #1D781F
Complementary color
Monochromatic Colors of #1D781F
Black with #1D781F
Text Example
Text Example
White with #1D781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D781F; }
p { color: rgb(29,120,31); }
H1.HeaderClassName
{
color: #1D781F;
}
.AnyTagClassName
{
color: #1D781F;
}
</style>
background-color css
<style>
a { background-color: #1D781F; }
a { background-color: rgb(29,120,31); }
div.DivClassName
{
background-color: #1D781F;
}
.BgClassName
{
background-color: #1D781F;
}
</style>
border-color css
<style>
span { border-color: #1D781F; }
span { border-color: rgb(29,120,31); }
td.TdClassName
{
border-color: #1D781F;
}
.TagClassName
{
border-color: #1D781F;
}
</style>