Shades of Bilbao #2B7312
Tints of Bilbao #2B7312
RGB
CMYK
RGB Variations
Color information
#2B7312 (or 0x2B7312) is known color: Bilbao. HEX triplet: 2B, 73 and 12. RGB value is (43,115,18). Sum of RGB (Red+Green+Blue) = 43+115+18=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7312 is #D48CED. Grayscale: #525252. Windows color (decimal): -13929710 or 1209131. OLE color: 1209131.
HSL color Cylindrical-coordinate representation of color #2B7312: hue angle of 104.54º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B7312 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 18 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.55 |
| HSL | 104.54º | 0.73% | 0.26% | - |
| HSV(B) | 104.54º | 0.84% | 0.45% | - |
| XYZ | 7.24 | 12.82 | 2.67 | - |
| YUV | 82.41 | 91.65 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 18 | 0.63 | 0 | 0.84 | 0.55 | 104.54 | 0.73 | 0.26 |
| Hex | 2B | 73 | 12 | 3F | 0 | 54 | 37 | 69 | 49 | 1A |
| Octal | 53 | 163 | 22 | 77 | 0 | 124 | 67 | 151 | 111 | 32 |
| Binary | 101011 | 1110011 | 10010 | 111111 | 0 | 1010100 | 110111 | 1101001 | 1001001 | 11010 |
Color Harmonies of #2B7312
Complementary color
Monochromatic Colors of #2B7312
Black with #2B7312
Text Example
Text Example
White with #2B7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7312; }
p { color: rgb(43,115,18); }
H1.HeaderClassName
{
color: #2B7312;
}
.AnyTagClassName
{
color: #2B7312;
}
</style>
background-color css
<style>
a { background-color: #2B7312; }
a { background-color: rgb(43,115,18); }
div.DivClassName
{
background-color: #2B7312;
}
.BgClassName
{
background-color: #2B7312;
}
</style>
border-color css
<style>
span { border-color: #2B7312; }
span { border-color: rgb(43,115,18); }
td.TdClassName
{
border-color: #2B7312;
}
.TagClassName
{
border-color: #2B7312;
}
</style>