Shades of Forest Green #1B7616
Tints of Forest Green #1B7616
RGB
CMYK
RGB Variations
Color information
#1B7616 (or 0x1B7616) is known color: Forest Green. HEX triplet: 1B, 76 and 16. RGB value is (27,118,22). Sum of RGB (Red+Green+Blue) = 27+118+22=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #1B7616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7616 is #E489E9. Grayscale: #505050. Windows color (decimal): -14977514 or 1472027. OLE color: 1472027.
HSL color Cylindrical-coordinate representation of color #1B7616: hue angle of 116.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B7616 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 118 | 22 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.54 |
| HSL | 116.88º | 0.69% | 0.27% | - |
| HSV(B) | 116.88º | 0.81% | 0.46% | - |
| XYZ | 7.08 | 13.25 | 2.94 | - |
| YUV | 79.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 22 | 0.77 | 0 | 0.81 | 0.54 | 116.88 | 0.69 | 0.27 |
| Hex | 1B | 76 | 16 | 4D | 0 | 51 | 36 | 75 | 45 | 1B |
| Octal | 33 | 166 | 26 | 115 | 0 | 121 | 66 | 165 | 105 | 33 |
| Binary | 11011 | 1110110 | 10110 | 1001101 | 0 | 1010001 | 110110 | 1110101 | 1000101 | 11011 |
Color Harmonies of #1B7616
Complementary color
Monochromatic Colors of #1B7616
Black with #1B7616
Text Example
Text Example
White with #1B7616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7616; }
p { color: rgb(27,118,22); }
H1.HeaderClassName
{
color: #1B7616;
}
.AnyTagClassName
{
color: #1B7616;
}
</style>
background-color css
<style>
a { background-color: #1B7616; }
a { background-color: rgb(27,118,22); }
div.DivClassName
{
background-color: #1B7616;
}
.BgClassName
{
background-color: #1B7616;
}
</style>
border-color css
<style>
span { border-color: #1B7616; }
span { border-color: rgb(27,118,22); }
td.TdClassName
{
border-color: #1B7616;
}
.TagClassName
{
border-color: #1B7616;
}
</style>