Shades of Forest Green #1BAC15
Tints of Forest Green #1BAC15
RGB
CMYK
RGB Variations
Color information
#1BAC15 (or 0x1BAC15) is known color: Forest Green. HEX triplet: 1B, AC and 15. RGB value is (27,172,21). Sum of RGB (Red+Green+Blue) = 27+172+21=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 172 (67.58% from 255 or 78.18% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAC15 is #E453EA. Grayscale: #6F6F6F. Windows color (decimal): -14963691 or 1420315. OLE color: 1420315.
HSL color Cylindrical-coordinate representation of color #1BAC15: hue angle of 117.62º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BAC15 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 21 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.33 |
| HSL | 117.62º | 0.78% | 0.38% | - |
| HSV(B) | 117.62º | 0.88% | 0.67% | - |
| XYZ | 15.34 | 29.79 | 5.65 | - |
| YUV | 111.43 | 76.96 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 21 | 0.84 | 0 | 0.88 | 0.33 | 117.62 | 0.78 | 0.38 |
| Hex | 1B | AC | 15 | 54 | 0 | 58 | 21 | 76 | 4E | 26 |
| Octal | 33 | 254 | 25 | 124 | 0 | 130 | 41 | 166 | 116 | 46 |
| Binary | 11011 | 10101100 | 10101 | 1010100 | 0 | 1011000 | 100001 | 1110110 | 1001110 | 100110 |
Color Harmonies of #1BAC15
Complementary color
Monochromatic Colors of #1BAC15
Black with #1BAC15
Text Example
Text Example
White with #1BAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC15; }
p { color: rgb(27,172,21); }
H1.HeaderClassName
{
color: #1BAC15;
}
.AnyTagClassName
{
color: #1BAC15;
}
</style>
background-color css
<style>
a { background-color: #1BAC15; }
a { background-color: rgb(27,172,21); }
div.DivClassName
{
background-color: #1BAC15;
}
.BgClassName
{
background-color: #1BAC15;
}
</style>
border-color css
<style>
span { border-color: #1BAC15; }
span { border-color: rgb(27,172,21); }
td.TdClassName
{
border-color: #1BAC15;
}
.TagClassName
{
border-color: #1BAC15;
}
</style>