Shades of Bilbao #2E890B
Tints of Bilbao #2E890B
RGB
CMYK
RGB Variations
Color information
#2E890B (or 0x2E890B) is known color: Bilbao. HEX triplet: 2E, 89 and 0B. RGB value is (46,137,11). Sum of RGB (Red+Green+Blue) = 46+137+11=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #2E890B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E890B is #D176F4. Grayscale: #5F5F5F. Windows color (decimal): -13727477 or 756014. OLE color: 756014.
HSL color Cylindrical-coordinate representation of color #2E890B: hue angle of 103.33º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E890B is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 137 | 11 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.46 |
| HSL | 103.33º | 0.85% | 0.29% | - |
| HSV(B) | 103.33º | 0.92% | 0.54% | - |
| XYZ | 10.13 | 18.5 | 3.35 | - |
| YUV | 95.43 | 80.35 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 11 | 0.66 | 0 | 0.92 | 0.46 | 103.33 | 0.85 | 0.29 |
| Hex | 2E | 89 | B | 42 | 0 | 5C | 2E | 67 | 55 | 1D |
| Octal | 56 | 211 | 13 | 102 | 0 | 134 | 56 | 147 | 125 | 35 |
| Binary | 101110 | 10001001 | 1011 | 1000010 | 0 | 1011100 | 101110 | 1100111 | 1010101 | 11101 |
Color Harmonies of #2E890B
Complementary color
Monochromatic Colors of #2E890B
Black with #2E890B
Text Example
Text Example
White with #2E890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E890B; }
p { color: rgb(46,137,11); }
H1.HeaderClassName
{
color: #2E890B;
}
.AnyTagClassName
{
color: #2E890B;
}
</style>
background-color css
<style>
a { background-color: #2E890B; }
a { background-color: rgb(46,137,11); }
div.DivClassName
{
background-color: #2E890B;
}
.BgClassName
{
background-color: #2E890B;
}
</style>
border-color css
<style>
span { border-color: #2E890B; }
span { border-color: rgb(46,137,11); }
td.TdClassName
{
border-color: #2E890B;
}
.TagClassName
{
border-color: #2E890B;
}
</style>