Shades of Bilbao #2E7114
Tints of Bilbao #2E7114
RGB
CMYK
RGB Variations
Color information
#2E7114 (or 0x2E7114) is known color: Bilbao. HEX triplet: 2E, 71 and 14. RGB value is (46,113,20). Sum of RGB (Red+Green+Blue) = 46+113+20=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7114 is #D18EEB. Grayscale: #525252. Windows color (decimal): -13733612 or 1339694. OLE color: 1339694.
HSL color Cylindrical-coordinate representation of color #2E7114: hue angle of 103.23º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E7114 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 20 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.56 |
| HSL | 103.23º | 0.7% | 0.26% | - |
| HSV(B) | 103.23º | 0.82% | 0.44% | - |
| XYZ | 7.16 | 12.44 | 2.69 | - |
| YUV | 82.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 20 | 0.59 | 0 | 0.82 | 0.56 | 103.23 | 0.7 | 0.26 |
| Hex | 2E | 71 | 14 | 3B | 0 | 52 | 38 | 67 | 46 | 1A |
| Octal | 56 | 161 | 24 | 73 | 0 | 122 | 70 | 147 | 106 | 32 |
| Binary | 101110 | 1110001 | 10100 | 111011 | 0 | 1010010 | 111000 | 1100111 | 1000110 | 11010 |
Color Harmonies of #2E7114
Complementary color
Monochromatic Colors of #2E7114
Black with #2E7114
Text Example
Text Example
White with #2E7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7114; }
p { color: rgb(46,113,20); }
H1.HeaderClassName
{
color: #2E7114;
}
.AnyTagClassName
{
color: #2E7114;
}
</style>
background-color css
<style>
a { background-color: #2E7114; }
a { background-color: rgb(46,113,20); }
div.DivClassName
{
background-color: #2E7114;
}
.BgClassName
{
background-color: #2E7114;
}
</style>
border-color css
<style>
span { border-color: #2E7114; }
span { border-color: rgb(46,113,20); }
td.TdClassName
{
border-color: #2E7114;
}
.TagClassName
{
border-color: #2E7114;
}
</style>