Shades of Bilbao #2B7109
Tints of Bilbao #2B7109
RGB
CMYK
RGB Variations
Color information
#2B7109 (or 0x2B7109) is known color: Bilbao. HEX triplet: 2B, 71 and 09. RGB value is (43,113,9). Sum of RGB (Red+Green+Blue) = 43+113+9=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7109 is #D48EF6. Grayscale: #505050. Windows color (decimal): -13930231 or 618795. OLE color: 618795.
HSL color Cylindrical-coordinate representation of color #2B7109: hue angle of 100.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B7109 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 9 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.56 |
| HSL | 100.38º | 0.85% | 0.24% | - |
| HSV(B) | 100.38º | 0.92% | 0.44% | - |
| XYZ | 6.95 | 12.34 | 2.27 | - |
| YUV | 80.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 9 | 0.62 | 0 | 0.92 | 0.56 | 100.38 | 0.85 | 0.24 |
| Hex | 2B | 71 | 9 | 3E | 0 | 5C | 38 | 64 | 55 | 18 |
| Octal | 53 | 161 | 11 | 76 | 0 | 134 | 70 | 144 | 125 | 30 |
| Binary | 101011 | 1110001 | 1001 | 111110 | 0 | 1011100 | 111000 | 1100100 | 1010101 | 11000 |
Color Harmonies of #2B7109
Complementary color
Monochromatic Colors of #2B7109
Black with #2B7109
Text Example
Text Example
White with #2B7109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7109; }
p { color: rgb(43,113,9); }
H1.HeaderClassName
{
color: #2B7109;
}
.AnyTagClassName
{
color: #2B7109;
}
</style>
background-color css
<style>
a { background-color: #2B7109; }
a { background-color: rgb(43,113,9); }
div.DivClassName
{
background-color: #2B7109;
}
.BgClassName
{
background-color: #2B7109;
}
</style>
border-color css
<style>
span { border-color: #2B7109; }
span { border-color: rgb(43,113,9); }
td.TdClassName
{
border-color: #2B7109;
}
.TagClassName
{
border-color: #2B7109;
}
</style>