Shades of Bilbao #2B7110
Tints of Bilbao #2B7110
RGB
CMYK
RGB Variations
Color information
#2B7110 (or 0x2B7110) is known color: Bilbao. HEX triplet: 2B, 71 and 10. RGB value is (43,113,16). Sum of RGB (Red+Green+Blue) = 43+113+16=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7110 is #D48EEF. Grayscale: #515151. Windows color (decimal): -13930224 or 1077547. OLE color: 1077547.
HSL color Cylindrical-coordinate representation of color #2B7110: hue angle of 103.3º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B7110 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 16 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.56 |
| HSL | 103.3º | 0.75% | 0.25% | - |
| HSV(B) | 103.3º | 0.86% | 0.44% | - |
| XYZ | 6.99 | 12.36 | 2.51 | - |
| YUV | 81.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 16 | 0.62 | 0 | 0.86 | 0.56 | 103.3 | 0.75 | 0.25 |
| Hex | 2B | 71 | 10 | 3E | 0 | 56 | 38 | 67 | 4B | 19 |
| Octal | 53 | 161 | 20 | 76 | 0 | 126 | 70 | 147 | 113 | 31 |
| Binary | 101011 | 1110001 | 10000 | 111110 | 0 | 1010110 | 111000 | 1100111 | 1001011 | 11001 |
Color Harmonies of #2B7110
Complementary color
Monochromatic Colors of #2B7110
Black with #2B7110
Text Example
Text Example
White with #2B7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7110; }
p { color: rgb(43,113,16); }
H1.HeaderClassName
{
color: #2B7110;
}
.AnyTagClassName
{
color: #2B7110;
}
</style>
background-color css
<style>
a { background-color: #2B7110; }
a { background-color: rgb(43,113,16); }
div.DivClassName
{
background-color: #2B7110;
}
.BgClassName
{
background-color: #2B7110;
}
</style>
border-color css
<style>
span { border-color: #2B7110; }
span { border-color: rgb(43,113,16); }
td.TdClassName
{
border-color: #2B7110;
}
.TagClassName
{
border-color: #2B7110;
}
</style>