Shades of Forest Green #1B760D
Tints of Forest Green #1B760D
RGB
CMYK
RGB Variations
Color information
#1B760D (or 0x1B760D) is known color: Forest Green. HEX triplet: 1B, 76 and 0D. RGB value is (27,118,13). Sum of RGB (Red+Green+Blue) = 27+118+13=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #1B760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B760D is #E489F2. Grayscale: #4F4F4F. Windows color (decimal): -14977523 or 882203. OLE color: 882203.
HSL color Cylindrical-coordinate representation of color #1B760D: hue angle of 112º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B760D is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 118 | 13 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.54 |
| HSL | 112º | 0.8% | 0.26% | - |
| HSV(B) | 112º | 0.89% | 0.46% | - |
| XYZ | 7 | 13.22 | 2.56 | - |
| YUV | 78.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 13 | 0.77 | 0 | 0.89 | 0.54 | 112 | 0.8 | 0.26 |
| Hex | 1B | 76 | D | 4D | 0 | 59 | 36 | 70 | 50 | 1A |
| Octal | 33 | 166 | 15 | 115 | 0 | 131 | 66 | 160 | 120 | 32 |
| Binary | 11011 | 1110110 | 1101 | 1001101 | 0 | 1011001 | 110110 | 1110000 | 1010000 | 11010 |
Color Harmonies of #1B760D
Complementary color
Monochromatic Colors of #1B760D
Black with #1B760D
Text Example
Text Example
White with #1B760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B760D; }
p { color: rgb(27,118,13); }
H1.HeaderClassName
{
color: #1B760D;
}
.AnyTagClassName
{
color: #1B760D;
}
</style>
background-color css
<style>
a { background-color: #1B760D; }
a { background-color: rgb(27,118,13); }
div.DivClassName
{
background-color: #1B760D;
}
.BgClassName
{
background-color: #1B760D;
}
</style>
border-color css
<style>
span { border-color: #1B760D; }
span { border-color: rgb(27,118,13); }
td.TdClassName
{
border-color: #1B760D;
}
.TagClassName
{
border-color: #1B760D;
}
</style>