Shades of Bilbao #2E7610
Tints of Bilbao #2E7610
RGB
CMYK
RGB Variations
Color information
#2E7610 (or 0x2E7610) is known color: Bilbao. HEX triplet: 2E, 76 and 10. RGB value is (46,118,16). Sum of RGB (Red+Green+Blue) = 46+118+16=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 118 (46.48% from 255 or 65.56% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7610 is #D189EF. Grayscale: #555555. Windows color (decimal): -13732336 or 1078830. OLE color: 1078830.
HSL color Cylindrical-coordinate representation of color #2E7610: hue angle of 102.35º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E7610 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 16 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.54 |
| HSL | 102.35º | 0.76% | 0.26% | - |
| HSV(B) | 102.35º | 0.86% | 0.46% | - |
| XYZ | 7.7 | 13.58 | 2.7 | - |
| YUV | 84.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 16 | 0.61 | 0 | 0.86 | 0.54 | 102.35 | 0.76 | 0.26 |
| Hex | 2E | 76 | 10 | 3D | 0 | 56 | 36 | 66 | 4C | 1A |
| Octal | 56 | 166 | 20 | 75 | 0 | 126 | 66 | 146 | 114 | 32 |
| Binary | 101110 | 1110110 | 10000 | 111101 | 0 | 1010110 | 110110 | 1100110 | 1001100 | 11010 |
Color Harmonies of #2E7610
Complementary color
Monochromatic Colors of #2E7610
Black with #2E7610
Text Example
Text Example
White with #2E7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7610; }
p { color: rgb(46,118,16); }
H1.HeaderClassName
{
color: #2E7610;
}
.AnyTagClassName
{
color: #2E7610;
}
</style>
background-color css
<style>
a { background-color: #2E7610; }
a { background-color: rgb(46,118,16); }
div.DivClassName
{
background-color: #2E7610;
}
.BgClassName
{
background-color: #2E7610;
}
</style>
border-color css
<style>
span { border-color: #2E7610; }
span { border-color: rgb(46,118,16); }
td.TdClassName
{
border-color: #2E7610;
}
.TagClassName
{
border-color: #2E7610;
}
</style>