Shades of Bilbao #2E7607
Tints of Bilbao #2E7607
RGB
CMYK
RGB Variations
Color information
#2E7607 (or 0x2E7607) is known color: Bilbao. HEX triplet: 2E, 76 and 07. RGB value is (46,118,7). Sum of RGB (Red+Green+Blue) = 46+118+7=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7607 is #D189F8. Grayscale: #545454. Windows color (decimal): -13732345 or 489006. OLE color: 489006.
HSL color Cylindrical-coordinate representation of color #2E7607: hue angle of 98.92º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E7607 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 7 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.54 |
| HSL | 98.92º | 0.89% | 0.25% | - |
| HSV(B) | 98.92º | 0.94% | 0.46% | - |
| XYZ | 7.64 | 13.55 | 2.41 | - |
| YUV | 83.82 | 84.65 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 7 | 0.61 | 0 | 0.94 | 0.54 | 98.92 | 0.89 | 0.25 |
| Hex | 2E | 76 | 7 | 3D | 0 | 5E | 36 | 63 | 59 | 19 |
| Octal | 56 | 166 | 7 | 75 | 0 | 136 | 66 | 143 | 131 | 31 |
| Binary | 101110 | 1110110 | 111 | 111101 | 0 | 1011110 | 110110 | 1100011 | 1011001 | 11001 |
Color Harmonies of #2E7607
Complementary color
Monochromatic Colors of #2E7607
Black with #2E7607
Text Example
Text Example
White with #2E7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7607; }
p { color: rgb(46,118,7); }
H1.HeaderClassName
{
color: #2E7607;
}
.AnyTagClassName
{
color: #2E7607;
}
</style>
background-color css
<style>
a { background-color: #2E7607; }
a { background-color: rgb(46,118,7); }
div.DivClassName
{
background-color: #2E7607;
}
.BgClassName
{
background-color: #2E7607;
}
</style>
border-color css
<style>
span { border-color: #2E7607; }
span { border-color: rgb(46,118,7); }
td.TdClassName
{
border-color: #2E7607;
}
.TagClassName
{
border-color: #2E7607;
}
</style>