Shades of Bilbao #2B7215
Tints of Bilbao #2B7215
RGB
CMYK
RGB Variations
Color information
#2B7215 (or 0x2B7215) is known color: Bilbao. HEX triplet: 2B, 72 and 15. RGB value is (43,114,21). Sum of RGB (Red+Green+Blue) = 43+114+21=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 114 (44.92% from 255 or 64.04% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7215 is #D48DEA. Grayscale: #525252. Windows color (decimal): -13929963 or 1405483. OLE color: 1405483.
HSL color Cylindrical-coordinate representation of color #2B7215: hue angle of 105.81º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B7215 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 21 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.55 |
| HSL | 105.81º | 0.69% | 0.26% | - |
| HSV(B) | 105.81º | 0.82% | 0.45% | - |
| XYZ | 7.15 | 12.6 | 2.77 | - |
| YUV | 82.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 21 | 0.62 | 0 | 0.82 | 0.55 | 105.81 | 0.69 | 0.26 |
| Hex | 2B | 72 | 15 | 3E | 0 | 52 | 37 | 6A | 45 | 1A |
| Octal | 53 | 162 | 25 | 76 | 0 | 122 | 67 | 152 | 105 | 32 |
| Binary | 101011 | 1110010 | 10101 | 111110 | 0 | 1010010 | 110111 | 1101010 | 1000101 | 11010 |
Color Harmonies of #2B7215
Complementary color
Monochromatic Colors of #2B7215
Black with #2B7215
Text Example
Text Example
White with #2B7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7215; }
p { color: rgb(43,114,21); }
H1.HeaderClassName
{
color: #2B7215;
}
.AnyTagClassName
{
color: #2B7215;
}
</style>
background-color css
<style>
a { background-color: #2B7215; }
a { background-color: rgb(43,114,21); }
div.DivClassName
{
background-color: #2B7215;
}
.BgClassName
{
background-color: #2B7215;
}
</style>
border-color css
<style>
span { border-color: #2B7215; }
span { border-color: rgb(43,114,21); }
td.TdClassName
{
border-color: #2B7215;
}
.TagClassName
{
border-color: #2B7215;
}
</style>