Shades of Forest Green #1D760B
Tints of Forest Green #1D760B
RGB
CMYK
RGB Variations
Color information
#1D760B (or 0x1D760B) is known color: Forest Green. HEX triplet: 1D, 76 and 0B. RGB value is (29,118,11). Sum of RGB (Red+Green+Blue) = 29+118+11=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #1D760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D760B is #E289F4. Grayscale: #4F4F4F. Windows color (decimal): -14846453 or 751133. OLE color: 751133.
HSL color Cylindrical-coordinate representation of color #1D760B: hue angle of 109.91º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D760B is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 11 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.54 |
| HSL | 109.91º | 0.83% | 0.25% | - |
| HSV(B) | 109.91º | 0.91% | 0.46% | - |
| XYZ | 7.05 | 13.24 | 2.5 | - |
| YUV | 79.19 | 89.51 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 11 | 0.75 | 0 | 0.91 | 0.54 | 109.91 | 0.83 | 0.25 |
| Hex | 1D | 76 | B | 4B | 0 | 5B | 36 | 6E | 53 | 19 |
| Octal | 35 | 166 | 13 | 113 | 0 | 133 | 66 | 156 | 123 | 31 |
| Binary | 11101 | 1110110 | 1011 | 1001011 | 0 | 1011011 | 110110 | 1101110 | 1010011 | 11001 |
Color Harmonies of #1D760B
Complementary color
Monochromatic Colors of #1D760B
Black with #1D760B
Text Example
Text Example
White with #1D760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D760B; }
p { color: rgb(29,118,11); }
H1.HeaderClassName
{
color: #1D760B;
}
.AnyTagClassName
{
color: #1D760B;
}
</style>
background-color css
<style>
a { background-color: #1D760B; }
a { background-color: rgb(29,118,11); }
div.DivClassName
{
background-color: #1D760B;
}
.BgClassName
{
background-color: #1D760B;
}
</style>
border-color css
<style>
span { border-color: #1D760B; }
span { border-color: rgb(29,118,11); }
td.TdClassName
{
border-color: #1D760B;
}
.TagClassName
{
border-color: #1D760B;
}
</style>