Shades of Bilbao #2E670B
Tints of Bilbao #2E670B
RGB
CMYK
RGB Variations
Color information
#2E670B (or 0x2E670B) is known color: Bilbao. HEX triplet: 2E, 67 and 0B. RGB value is (46,103,11). Sum of RGB (Red+Green+Blue) = 46+103+11=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #2E670B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E670B is #D198F4. Grayscale: #4B4B4B. Windows color (decimal): -13736181 or 747310. OLE color: 747310.
HSL color Cylindrical-coordinate representation of color #2E670B: hue angle of 97.17º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E670B is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 103 | 11 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.60 |
| HSL | 97.17º | 0.81% | 0.22% | - |
| HSV(B) | 97.17º | 0.89% | 0.4% | - |
| XYZ | 6.04 | 10.31 | 1.99 | - |
| YUV | 75.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 11 | 0.55 | 0 | 0.89 | 0.60 | 97.17 | 0.81 | 0.22 |
| Hex | 2E | 67 | B | 37 | 0 | 59 | 3C | 61 | 51 | 16 |
| Octal | 56 | 147 | 13 | 67 | 0 | 131 | 74 | 141 | 121 | 26 |
| Binary | 101110 | 1100111 | 1011 | 110111 | 0 | 1011001 | 111100 | 1100001 | 1010001 | 10110 |
Color Harmonies of #2E670B
Complementary color
Monochromatic Colors of #2E670B
Black with #2E670B
Text Example
Text Example
White with #2E670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E670B; }
p { color: rgb(46,103,11); }
H1.HeaderClassName
{
color: #2E670B;
}
.AnyTagClassName
{
color: #2E670B;
}
</style>
background-color css
<style>
a { background-color: #2E670B; }
a { background-color: rgb(46,103,11); }
div.DivClassName
{
background-color: #2E670B;
}
.BgClassName
{
background-color: #2E670B;
}
</style>
border-color css
<style>
span { border-color: #2E670B; }
span { border-color: rgb(46,103,11); }
td.TdClassName
{
border-color: #2E670B;
}
.TagClassName
{
border-color: #2E670B;
}
</style>