Shades of Bilbao #2B7309
Tints of Bilbao #2B7309
RGB
CMYK
RGB Variations
Color information
#2B7309 (or 0x2B7309) is known color: Bilbao. HEX triplet: 2B, 73 and 09. RGB value is (43,115,9). Sum of RGB (Red+Green+Blue) = 43+115+9=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7309 is #D48CF6. Grayscale: #515151. Windows color (decimal): -13929719 or 619307. OLE color: 619307.
HSL color Cylindrical-coordinate representation of color #2B7309: hue angle of 100.75º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B7309 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 9 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.55 |
| HSL | 100.75º | 0.85% | 0.24% | - |
| HSV(B) | 100.75º | 0.92% | 0.45% | - |
| XYZ | 7.18 | 12.79 | 2.35 | - |
| YUV | 81.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 9 | 0.63 | 0 | 0.92 | 0.55 | 100.75 | 0.85 | 0.24 |
| Hex | 2B | 73 | 9 | 3F | 0 | 5C | 37 | 65 | 55 | 18 |
| Octal | 53 | 163 | 11 | 77 | 0 | 134 | 67 | 145 | 125 | 30 |
| Binary | 101011 | 1110011 | 1001 | 111111 | 0 | 1011100 | 110111 | 1100101 | 1010101 | 11000 |
Color Harmonies of #2B7309
Complementary color
Monochromatic Colors of #2B7309
Black with #2B7309
Text Example
Text Example
White with #2B7309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7309; }
p { color: rgb(43,115,9); }
H1.HeaderClassName
{
color: #2B7309;
}
.AnyTagClassName
{
color: #2B7309;
}
</style>
background-color css
<style>
a { background-color: #2B7309; }
a { background-color: rgb(43,115,9); }
div.DivClassName
{
background-color: #2B7309;
}
.BgClassName
{
background-color: #2B7309;
}
</style>
border-color css
<style>
span { border-color: #2B7309; }
span { border-color: rgb(43,115,9); }
td.TdClassName
{
border-color: #2B7309;
}
.TagClassName
{
border-color: #2B7309;
}
</style>