Shades of Bilbao #2B7208
Tints of Bilbao #2B7208
RGB
CMYK
RGB Variations
Color information
#2B7208 (or 0x2B7208) is known color: Bilbao. HEX triplet: 2B, 72 and 08. RGB value is (43,114,8). Sum of RGB (Red+Green+Blue) = 43+114+8=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7208 is #D48DF7. Grayscale: #515151. Windows color (decimal): -13929976 or 553515. OLE color: 553515.
HSL color Cylindrical-coordinate representation of color #2B7208: hue angle of 100.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B7208 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 8 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.55 |
| HSL | 100.19º | 0.87% | 0.24% | - |
| HSV(B) | 100.19º | 0.93% | 0.45% | - |
| XYZ | 7.06 | 12.57 | 2.28 | - |
| YUV | 80.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 8 | 0.62 | 0 | 0.93 | 0.55 | 100.19 | 0.87 | 0.24 |
| Hex | 2B | 72 | 8 | 3E | 0 | 5D | 37 | 64 | 57 | 18 |
| Octal | 53 | 162 | 10 | 76 | 0 | 135 | 67 | 144 | 127 | 30 |
| Binary | 101011 | 1110010 | 1000 | 111110 | 0 | 1011101 | 110111 | 1100100 | 1010111 | 11000 |
Color Harmonies of #2B7208
Complementary color
Monochromatic Colors of #2B7208
Black with #2B7208
Text Example
Text Example
White with #2B7208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7208; }
p { color: rgb(43,114,8); }
H1.HeaderClassName
{
color: #2B7208;
}
.AnyTagClassName
{
color: #2B7208;
}
</style>
background-color css
<style>
a { background-color: #2B7208; }
a { background-color: rgb(43,114,8); }
div.DivClassName
{
background-color: #2B7208;
}
.BgClassName
{
background-color: #2B7208;
}
</style>
border-color css
<style>
span { border-color: #2B7208; }
span { border-color: rgb(43,114,8); }
td.TdClassName
{
border-color: #2B7208;
}
.TagClassName
{
border-color: #2B7208;
}
</style>