Shades of Forest Green #1D781B
Tints of Forest Green #1D781B
RGB
CMYK
RGB Variations
Color information
#1D781B (or 0x1D781B) is known color: Forest Green. HEX triplet: 1D, 78 and 1B. RGB value is (29,120,27). Sum of RGB (Red+Green+Blue) = 29+120+27=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 120 (47.27% from 255 or 68.18% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 120 - color contains mainly: green. Hex color #1D781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D781B is #E287E4. Grayscale: #525252. Windows color (decimal): -14845925 or 1800221. OLE color: 1800221.
HSL color Cylindrical-coordinate representation of color #1D781B: hue angle of 118.71º degrees, saturation: 0.63, 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 #1D781B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 27 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.53 |
| HSL | 118.71º | 0.63% | 0.29% | - |
| HSV(B) | 118.71º | 0.78% | 0.47% | - |
| XYZ | 7.42 | 13.77 | 3.3 | - |
| YUV | 82.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 27 | 0.76 | 0 | 0.78 | 0.53 | 118.71 | 0.63 | 0.29 |
| Hex | 1D | 78 | 1B | 4C | 0 | 4E | 35 | 77 | 3F | 1D |
| Octal | 35 | 170 | 33 | 114 | 0 | 116 | 65 | 167 | 77 | 35 |
| Binary | 11101 | 1111000 | 11011 | 1001100 | 0 | 1001110 | 110101 | 1110111 | 111111 | 11101 |
Color Harmonies of #1D781B
Complementary color
Monochromatic Colors of #1D781B
Black with #1D781B
Text Example
Text Example
White with #1D781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D781B; }
p { color: rgb(29,120,27); }
H1.HeaderClassName
{
color: #1D781B;
}
.AnyTagClassName
{
color: #1D781B;
}
</style>
background-color css
<style>
a { background-color: #1D781B; }
a { background-color: rgb(29,120,27); }
div.DivClassName
{
background-color: #1D781B;
}
.BgClassName
{
background-color: #1D781B;
}
</style>
border-color css
<style>
span { border-color: #1D781B; }
span { border-color: rgb(29,120,27); }
td.TdClassName
{
border-color: #1D781B;
}
.TagClassName
{
border-color: #1D781B;
}
</style>