Shades of Bilbao #2E7112
Tints of Bilbao #2E7112
RGB
CMYK
RGB Variations
Color information
#2E7112 (or 0x2E7112) is known color: Bilbao. HEX triplet: 2E, 71 and 12. RGB value is (46,113,18). Sum of RGB (Red+Green+Blue) = 46+113+18=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7112 is #D18EED. Grayscale: #525252. Windows color (decimal): -13733614 or 1208622. OLE color: 1208622.
HSL color Cylindrical-coordinate representation of color #2E7112: hue angle of 102.32º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E7112 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 18 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.56 |
| HSL | 102.32º | 0.73% | 0.26% | - |
| HSV(B) | 102.32º | 0.84% | 0.44% | - |
| XYZ | 7.14 | 12.43 | 2.6 | - |
| YUV | 82.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 18 | 0.59 | 0 | 0.84 | 0.56 | 102.32 | 0.73 | 0.26 |
| Hex | 2E | 71 | 12 | 3B | 0 | 54 | 38 | 66 | 49 | 1A |
| Octal | 56 | 161 | 22 | 73 | 0 | 124 | 70 | 146 | 111 | 32 |
| Binary | 101110 | 1110001 | 10010 | 111011 | 0 | 1010100 | 111000 | 1100110 | 1001001 | 11010 |
Color Harmonies of #2E7112
Complementary color
Monochromatic Colors of #2E7112
Black with #2E7112
Text Example
Text Example
White with #2E7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7112; }
p { color: rgb(46,113,18); }
H1.HeaderClassName
{
color: #2E7112;
}
.AnyTagClassName
{
color: #2E7112;
}
</style>
background-color css
<style>
a { background-color: #2E7112; }
a { background-color: rgb(46,113,18); }
div.DivClassName
{
background-color: #2E7112;
}
.BgClassName
{
background-color: #2E7112;
}
</style>
border-color css
<style>
span { border-color: #2E7112; }
span { border-color: rgb(46,113,18); }
td.TdClassName
{
border-color: #2E7112;
}
.TagClassName
{
border-color: #2E7112;
}
</style>