Shades of Bilbao #2B670C
Tints of Bilbao #2B670C
RGB
CMYK
RGB Variations
Color information
#2B670C (or 0x2B670C) is known color: Bilbao. HEX triplet: 2B, 67 and 0C. RGB value is (43,103,12). Sum of RGB (Red+Green+Blue) = 43+103+12=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 103 (40.62% from 255 or 65.19% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 103 - color contains mainly: green. Hex color #2B670C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B670C is #D498F3. Grayscale: #4A4A4A. Windows color (decimal): -13932788 or 812843. OLE color: 812843.
HSL color Cylindrical-coordinate representation of color #2B670C: hue angle of 99.56º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B670C is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 12 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.60 |
| HSL | 99.56º | 0.79% | 0.23% | - |
| HSV(B) | 99.56º | 0.88% | 0.4% | - |
| XYZ | 5.91 | 10.24 | 2.01 | - |
| YUV | 74.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 12 | 0.58 | 0 | 0.88 | 0.60 | 99.56 | 0.79 | 0.23 |
| Hex | 2B | 67 | C | 3A | 0 | 58 | 3C | 64 | 4F | 17 |
| Octal | 53 | 147 | 14 | 72 | 0 | 130 | 74 | 144 | 117 | 27 |
| Binary | 101011 | 1100111 | 1100 | 111010 | 0 | 1011000 | 111100 | 1100100 | 1001111 | 10111 |
Color Harmonies of #2B670C
Complementary color
Monochromatic Colors of #2B670C
Black with #2B670C
Text Example
Text Example
White with #2B670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B670C; }
p { color: rgb(43,103,12); }
H1.HeaderClassName
{
color: #2B670C;
}
.AnyTagClassName
{
color: #2B670C;
}
</style>
background-color css
<style>
a { background-color: #2B670C; }
a { background-color: rgb(43,103,12); }
div.DivClassName
{
background-color: #2B670C;
}
.BgClassName
{
background-color: #2B670C;
}
</style>
border-color css
<style>
span { border-color: #2B670C; }
span { border-color: rgb(43,103,12); }
td.TdClassName
{
border-color: #2B670C;
}
.TagClassName
{
border-color: #2B670C;
}
</style>