Shades of Forest Green #1BAC16
Tints of Forest Green #1BAC16
RGB
CMYK
RGB Variations
Color information
#1BAC16 (or 0x1BAC16) is known color: Forest Green. HEX triplet: 1B, AC and 16. RGB value is (27,172,22). Sum of RGB (Red+Green+Blue) = 27+172+22=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 172 (67.58% from 255 or 77.83% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAC16 is #E453E9. Grayscale: #6F6F6F. Windows color (decimal): -14963690 or 1485851. OLE color: 1485851.
HSL color Cylindrical-coordinate representation of color #1BAC16: hue angle of 118º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BAC16 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 22 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.33 |
| HSL | 118º | 0.77% | 0.38% | - |
| HSV(B) | 118º | 0.87% | 0.67% | - |
| XYZ | 15.35 | 29.8 | 5.7 | - |
| YUV | 111.55 | 77.46 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 22 | 0.84 | 0 | 0.87 | 0.33 | 118 | 0.77 | 0.38 |
| Hex | 1B | AC | 16 | 54 | 0 | 57 | 21 | 76 | 4D | 26 |
| Octal | 33 | 254 | 26 | 124 | 0 | 127 | 41 | 166 | 115 | 46 |
| Binary | 11011 | 10101100 | 10110 | 1010100 | 0 | 1010111 | 100001 | 1110110 | 1001101 | 100110 |
Color Harmonies of #1BAC16
Complementary color
Monochromatic Colors of #1BAC16
Black with #1BAC16
Text Example
Text Example
White with #1BAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC16; }
p { color: rgb(27,172,22); }
H1.HeaderClassName
{
color: #1BAC16;
}
.AnyTagClassName
{
color: #1BAC16;
}
</style>
background-color css
<style>
a { background-color: #1BAC16; }
a { background-color: rgb(27,172,22); }
div.DivClassName
{
background-color: #1BAC16;
}
.BgClassName
{
background-color: #1BAC16;
}
</style>
border-color css
<style>
span { border-color: #1BAC16; }
span { border-color: rgb(27,172,22); }
td.TdClassName
{
border-color: #1BAC16;
}
.TagClassName
{
border-color: #1BAC16;
}
</style>