Shades of Bilbao #2B650E
Tints of Bilbao #2B650E
RGB
CMYK
RGB Variations
Color information
#2B650E (or 0x2B650E) is known color: Bilbao. HEX triplet: 2B, 65 and 0E. RGB value is (43,101,14). Sum of RGB (Red+Green+Blue) = 43+101+14=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #2B650E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B650E is #D49AF1. Grayscale: #4A4A4A. Windows color (decimal): -13933298 or 943403. OLE color: 943403.
HSL color Cylindrical-coordinate representation of color #2B650E: hue angle of 100º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B650E is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 14 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.60 |
| HSL | 100º | 0.76% | 0.23% | - |
| HSV(B) | 100º | 0.86% | 0.4% | - |
| XYZ | 5.73 | 9.85 | 2.02 | - |
| YUV | 73.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 14 | 0.57 | 0 | 0.86 | 0.60 | 100 | 0.76 | 0.23 |
| Hex | 2B | 65 | E | 39 | 0 | 56 | 3C | 64 | 4C | 17 |
| Octal | 53 | 145 | 16 | 71 | 0 | 126 | 74 | 144 | 114 | 27 |
| Binary | 101011 | 1100101 | 1110 | 111001 | 0 | 1010110 | 111100 | 1100100 | 1001100 | 10111 |
Color Harmonies of #2B650E
Complementary color
Monochromatic Colors of #2B650E
Black with #2B650E
Text Example
Text Example
White with #2B650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B650E; }
p { color: rgb(43,101,14); }
H1.HeaderClassName
{
color: #2B650E;
}
.AnyTagClassName
{
color: #2B650E;
}
</style>
background-color css
<style>
a { background-color: #2B650E; }
a { background-color: rgb(43,101,14); }
div.DivClassName
{
background-color: #2B650E;
}
.BgClassName
{
background-color: #2B650E;
}
</style>
border-color css
<style>
span { border-color: #2B650E; }
span { border-color: rgb(43,101,14); }
td.TdClassName
{
border-color: #2B650E;
}
.TagClassName
{
border-color: #2B650E;
}
</style>