Shades of Bilbao #2B690E
Tints of Bilbao #2B690E
RGB
CMYK
RGB Variations
Color information
#2B690E (or 0x2B690E) is known color: Bilbao. HEX triplet: 2B, 69 and 0E. RGB value is (43,105,14). Sum of RGB (Red+Green+Blue) = 43+105+14=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #2B690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B690E is #D496F1. Grayscale: #4C4C4C. Windows color (decimal): -13932274 or 944427. OLE color: 944427.
HSL color Cylindrical-coordinate representation of color #2B690E: hue angle of 100.88º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B690E is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 14 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.59 |
| HSL | 100.88º | 0.76% | 0.23% | - |
| HSV(B) | 100.88º | 0.87% | 0.41% | - |
| XYZ | 6.13 | 10.65 | 2.15 | - |
| YUV | 76.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 14 | 0.59 | 0 | 0.87 | 0.59 | 100.88 | 0.76 | 0.23 |
| Hex | 2B | 69 | E | 3B | 0 | 57 | 3B | 65 | 4C | 17 |
| Octal | 53 | 151 | 16 | 73 | 0 | 127 | 73 | 145 | 114 | 27 |
| Binary | 101011 | 1101001 | 1110 | 111011 | 0 | 1010111 | 111011 | 1100101 | 1001100 | 10111 |
Color Harmonies of #2B690E
Complementary color
Monochromatic Colors of #2B690E
Black with #2B690E
Text Example
Text Example
White with #2B690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B690E; }
p { color: rgb(43,105,14); }
H1.HeaderClassName
{
color: #2B690E;
}
.AnyTagClassName
{
color: #2B690E;
}
</style>
background-color css
<style>
a { background-color: #2B690E; }
a { background-color: rgb(43,105,14); }
div.DivClassName
{
background-color: #2B690E;
}
.BgClassName
{
background-color: #2B690E;
}
</style>
border-color css
<style>
span { border-color: #2B690E; }
span { border-color: rgb(43,105,14); }
td.TdClassName
{
border-color: #2B690E;
}
.TagClassName
{
border-color: #2B690E;
}
</style>