Shades of Forest Green #1BAC2B
Tints of Forest Green #1BAC2B
RGB
CMYK
RGB Variations
Color information
#1BAC2B (or 0x1BAC2B) is known color: Forest Green. HEX triplet: 1B, AC and 2B. RGB value is (27,172,43). Sum of RGB (Red+Green+Blue) = 27+172+43=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 172 (67.58% from 255 or 71.07% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAC2B is #E453D4. Grayscale: #727272. Windows color (decimal): -14963669 or 2862107. OLE color: 2862107.
HSL color Cylindrical-coordinate representation of color #1BAC2B: hue angle of 126.62º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAC2B is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 43 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.33 |
| HSL | 126.62º | 0.73% | 0.39% | - |
| HSV(B) | 126.62º | 0.84% | 0.67% | - |
| XYZ | 15.64 | 29.91 | 7.23 | - |
| YUV | 113.94 | 87.96 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 43 | 0.84 | 0 | 0.75 | 0.33 | 126.62 | 0.73 | 0.39 |
| Hex | 1B | AC | 2B | 54 | 0 | 4B | 21 | 7F | 49 | 27 |
| Octal | 33 | 254 | 53 | 124 | 0 | 113 | 41 | 177 | 111 | 47 |
| Binary | 11011 | 10101100 | 101011 | 1010100 | 0 | 1001011 | 100001 | 1111111 | 1001001 | 100111 |
Color Harmonies of #1BAC2B
Complementary color
Monochromatic Colors of #1BAC2B
Black with #1BAC2B
Text Example
Text Example
White with #1BAC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC2B; }
p { color: rgb(27,172,43); }
H1.HeaderClassName
{
color: #1BAC2B;
}
.AnyTagClassName
{
color: #1BAC2B;
}
</style>
background-color css
<style>
a { background-color: #1BAC2B; }
a { background-color: rgb(27,172,43); }
div.DivClassName
{
background-color: #1BAC2B;
}
.BgClassName
{
background-color: #1BAC2B;
}
</style>
border-color css
<style>
span { border-color: #1BAC2B; }
span { border-color: rgb(27,172,43); }
td.TdClassName
{
border-color: #1BAC2B;
}
.TagClassName
{
border-color: #1BAC2B;
}
</style>