Shades of Bilbao #2B680B
Tints of Bilbao #2B680B
RGB
CMYK
RGB Variations
Color information
#2B680B (or 0x2B680B) is known color: Bilbao. HEX triplet: 2B, 68 and 0B. RGB value is (43,104,11). Sum of RGB (Red+Green+Blue) = 43+104+11=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #2B680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B680B is #D497F4. Grayscale: #4B4B4B. Windows color (decimal): -13932533 or 747563. OLE color: 747563.
HSL color Cylindrical-coordinate representation of color #2B680B: hue angle of 99.35º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B680B is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 11 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.59 |
| HSL | 99.35º | 0.81% | 0.23% | - |
| HSV(B) | 99.35º | 0.89% | 0.41% | - |
| XYZ | 6.01 | 10.44 | 2.01 | - |
| YUV | 75.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 11 | 0.59 | 0 | 0.89 | 0.59 | 99.35 | 0.81 | 0.23 |
| Hex | 2B | 68 | B | 3B | 0 | 59 | 3B | 63 | 51 | 17 |
| Octal | 53 | 150 | 13 | 73 | 0 | 131 | 73 | 143 | 121 | 27 |
| Binary | 101011 | 1101000 | 1011 | 111011 | 0 | 1011001 | 111011 | 1100011 | 1010001 | 10111 |
Color Harmonies of #2B680B
Complementary color
Monochromatic Colors of #2B680B
Black with #2B680B
Text Example
Text Example
White with #2B680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B680B; }
p { color: rgb(43,104,11); }
H1.HeaderClassName
{
color: #2B680B;
}
.AnyTagClassName
{
color: #2B680B;
}
</style>
background-color css
<style>
a { background-color: #2B680B; }
a { background-color: rgb(43,104,11); }
div.DivClassName
{
background-color: #2B680B;
}
.BgClassName
{
background-color: #2B680B;
}
</style>
border-color css
<style>
span { border-color: #2B680B; }
span { border-color: rgb(43,104,11); }
td.TdClassName
{
border-color: #2B680B;
}
.TagClassName
{
border-color: #2B680B;
}
</style>