Shades of Bilbao #2B7101
Tints of Bilbao #2B7101
RGB
CMYK
RGB Variations
Color information
#2B7101 (or 0x2B7101) is known color: Bilbao. HEX triplet: 2B, 71 and 01. RGB value is (43,113,1). Sum of RGB (Red+Green+Blue) = 43+113+1=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7101 is #D48EFE. Grayscale: #4F4F4F. Windows color (decimal): -13930239 or 94507. OLE color: 94507.
HSL color Cylindrical-coordinate representation of color #2B7101: hue angle of 97.5º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B7101 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.56 |
| HSL | 97.5º | 0.98% | 0.22% | - |
| HSV(B) | 97.5º | 0.99% | 0.44% | - |
| XYZ | 6.91 | 12.33 | 2.04 | - |
| YUV | 79.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 1 | 0.62 | 0 | 0.99 | 0.56 | 97.5 | 0.98 | 0.22 |
| Hex | 2B | 71 | 1 | 3E | 0 | 63 | 38 | 62 | 62 | 16 |
| Octal | 53 | 161 | 1 | 76 | 0 | 143 | 70 | 142 | 142 | 26 |
| Binary | 101011 | 1110001 | 1 | 111110 | 0 | 1100011 | 111000 | 1100010 | 1100010 | 10110 |
Color Harmonies of #2B7101
Complementary color
Monochromatic Colors of #2B7101
Black with #2B7101
Text Example
Text Example
White with #2B7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7101; }
p { color: rgb(43,113,1); }
H1.HeaderClassName
{
color: #2B7101;
}
.AnyTagClassName
{
color: #2B7101;
}
</style>
background-color css
<style>
a { background-color: #2B7101; }
a { background-color: rgb(43,113,1); }
div.DivClassName
{
background-color: #2B7101;
}
.BgClassName
{
background-color: #2B7101;
}
</style>
border-color css
<style>
span { border-color: #2B7101; }
span { border-color: rgb(43,113,1); }
td.TdClassName
{
border-color: #2B7101;
}
.TagClassName
{
border-color: #2B7101;
}
</style>