Shades of Forest Green #1B7612
Tints of Forest Green #1B7612
RGB
CMYK
RGB Variations
Color information
#1B7612 (or 0x1B7612) is known color: Forest Green. HEX triplet: 1B, 76 and 12. RGB value is (27,118,18). Sum of RGB (Red+Green+Blue) = 27+118+18=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #1B7612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7612 is #E489ED. Grayscale: #4F4F4F. Windows color (decimal): -14977518 or 1209883. OLE color: 1209883.
HSL color Cylindrical-coordinate representation of color #1B7612: hue angle of 114.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B7612 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 118 | 18 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.54 |
| HSL | 114.6º | 0.74% | 0.27% | - |
| HSV(B) | 114.6º | 0.85% | 0.46% | - |
| XYZ | 7.04 | 13.23 | 2.76 | - |
| YUV | 79.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 18 | 0.77 | 0 | 0.85 | 0.54 | 114.6 | 0.74 | 0.27 |
| Hex | 1B | 76 | 12 | 4D | 0 | 55 | 36 | 73 | 4A | 1B |
| Octal | 33 | 166 | 22 | 115 | 0 | 125 | 66 | 163 | 112 | 33 |
| Binary | 11011 | 1110110 | 10010 | 1001101 | 0 | 1010101 | 110110 | 1110011 | 1001010 | 11011 |
Color Harmonies of #1B7612
Complementary color
Monochromatic Colors of #1B7612
Black with #1B7612
Text Example
Text Example
White with #1B7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7612; }
p { color: rgb(27,118,18); }
H1.HeaderClassName
{
color: #1B7612;
}
.AnyTagClassName
{
color: #1B7612;
}
</style>
background-color css
<style>
a { background-color: #1B7612; }
a { background-color: rgb(27,118,18); }
div.DivClassName
{
background-color: #1B7612;
}
.BgClassName
{
background-color: #1B7612;
}
</style>
border-color css
<style>
span { border-color: #1B7612; }
span { border-color: rgb(27,118,18); }
td.TdClassName
{
border-color: #1B7612;
}
.TagClassName
{
border-color: #1B7612;
}
</style>