Shades of Bilbao #2E690B
Tints of Bilbao #2E690B
RGB
CMYK
RGB Variations
Color information
#2E690B (or 0x2E690B) is known color: Bilbao. HEX triplet: 2E, 69 and 0B. RGB value is (46,105,11). Sum of RGB (Red+Green+Blue) = 46+105+11=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #2E690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E690B is #D196F4. Grayscale: #4C4C4C. Windows color (decimal): -13735669 or 747822. OLE color: 747822.
HSL color Cylindrical-coordinate representation of color #2E690B: hue angle of 97.66º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E690B is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 11 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.59 |
| HSL | 97.66º | 0.81% | 0.23% | - |
| HSV(B) | 97.66º | 0.9% | 0.41% | - |
| XYZ | 6.24 | 10.71 | 2.05 | - |
| YUV | 76.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 11 | 0.56 | 0 | 0.90 | 0.59 | 97.66 | 0.81 | 0.23 |
| Hex | 2E | 69 | B | 38 | 0 | 5A | 3B | 62 | 51 | 17 |
| Octal | 56 | 151 | 13 | 70 | 0 | 132 | 73 | 142 | 121 | 27 |
| Binary | 101110 | 1101001 | 1011 | 111000 | 0 | 1011010 | 111011 | 1100010 | 1010001 | 10111 |
Color Harmonies of #2E690B
Complementary color
Monochromatic Colors of #2E690B
Black with #2E690B
Text Example
Text Example
White with #2E690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E690B; }
p { color: rgb(46,105,11); }
H1.HeaderClassName
{
color: #2E690B;
}
.AnyTagClassName
{
color: #2E690B;
}
</style>
background-color css
<style>
a { background-color: #2E690B; }
a { background-color: rgb(46,105,11); }
div.DivClassName
{
background-color: #2E690B;
}
.BgClassName
{
background-color: #2E690B;
}
</style>
border-color css
<style>
span { border-color: #2E690B; }
span { border-color: rgb(46,105,11); }
td.TdClassName
{
border-color: #2E690B;
}
.TagClassName
{
border-color: #2E690B;
}
</style>