Shades of Bilbao #2E7107
Tints of Bilbao #2E7107
RGB
CMYK
RGB Variations
Color information
#2E7107 (or 0x2E7107) is known color: Bilbao. HEX triplet: 2E, 71 and 07. RGB value is (46,113,7). Sum of RGB (Red+Green+Blue) = 46+113+7=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 113 (44.53% from 255 or 68.07% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7107 is #D18EF8. Grayscale: #515151. Windows color (decimal): -13733625 or 487726. OLE color: 487726.
HSL color Cylindrical-coordinate representation of color #2E7107: hue angle of 97.92º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E7107 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 7 | - |
| CMYK | 0.59 | 0 | 0.94 | 0.56 |
| HSL | 97.92º | 0.88% | 0.24% | - |
| HSV(B) | 97.92º | 0.94% | 0.44% | - |
| XYZ | 7.07 | 12.41 | 2.22 | - |
| YUV | 80.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 7 | 0.59 | 0 | 0.94 | 0.56 | 97.92 | 0.88 | 0.24 |
| Hex | 2E | 71 | 7 | 3B | 0 | 5E | 38 | 62 | 58 | 18 |
| Octal | 56 | 161 | 7 | 73 | 0 | 136 | 70 | 142 | 130 | 30 |
| Binary | 101110 | 1110001 | 111 | 111011 | 0 | 1011110 | 111000 | 1100010 | 1011000 | 11000 |
Color Harmonies of #2E7107
Complementary color
Monochromatic Colors of #2E7107
Black with #2E7107
Text Example
Text Example
White with #2E7107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7107; }
p { color: rgb(46,113,7); }
H1.HeaderClassName
{
color: #2E7107;
}
.AnyTagClassName
{
color: #2E7107;
}
</style>
background-color css
<style>
a { background-color: #2E7107; }
a { background-color: rgb(46,113,7); }
div.DivClassName
{
background-color: #2E7107;
}
.BgClassName
{
background-color: #2E7107;
}
</style>
border-color css
<style>
span { border-color: #2E7107; }
span { border-color: rgb(46,113,7); }
td.TdClassName
{
border-color: #2E7107;
}
.TagClassName
{
border-color: #2E7107;
}
</style>