Shades of Bilbao #2B7115
Tints of Bilbao #2B7115
RGB
CMYK
RGB Variations
Color information
#2B7115 (or 0x2B7115) is known color: Bilbao. HEX triplet: 2B, 71 and 15. RGB value is (43,113,21). Sum of RGB (Red+Green+Blue) = 43+113+21=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7115 is #D48EEA. Grayscale: #515151. Windows color (decimal): -13930219 or 1405227. OLE color: 1405227.
HSL color Cylindrical-coordinate representation of color #2B7115: hue angle of 105.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B7115 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 21 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.56 |
| HSL | 105.65º | 0.69% | 0.26% | - |
| HSV(B) | 105.65º | 0.81% | 0.44% | - |
| XYZ | 7.04 | 12.38 | 2.73 | - |
| YUV | 81.58 | 93.81 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 21 | 0.62 | 0 | 0.81 | 0.56 | 105.65 | 0.69 | 0.26 |
| Hex | 2B | 71 | 15 | 3E | 0 | 51 | 38 | 6A | 45 | 1A |
| Octal | 53 | 161 | 25 | 76 | 0 | 121 | 70 | 152 | 105 | 32 |
| Binary | 101011 | 1110001 | 10101 | 111110 | 0 | 1010001 | 111000 | 1101010 | 1000101 | 11010 |
Color Harmonies of #2B7115
Complementary color
Monochromatic Colors of #2B7115
Black with #2B7115
Text Example
Text Example
White with #2B7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7115; }
p { color: rgb(43,113,21); }
H1.HeaderClassName
{
color: #2B7115;
}
.AnyTagClassName
{
color: #2B7115;
}
</style>
background-color css
<style>
a { background-color: #2B7115; }
a { background-color: rgb(43,113,21); }
div.DivClassName
{
background-color: #2B7115;
}
.BgClassName
{
background-color: #2B7115;
}
</style>
border-color css
<style>
span { border-color: #2B7115; }
span { border-color: rgb(43,113,21); }
td.TdClassName
{
border-color: #2B7115;
}
.TagClassName
{
border-color: #2B7115;
}
</style>