Shades of Bilbao #2B7701
Tints of Bilbao #2B7701
RGB
CMYK
RGB Variations
Color information
#2B7701 (or 0x2B7701) is known color: Bilbao. HEX triplet: 2B, 77 and 01. RGB value is (43,119,1). Sum of RGB (Red+Green+Blue) = 43+119+1=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7701 is #D488FE. Grayscale: #535353. Windows color (decimal): -13928703 or 96043. OLE color: 96043.
HSL color Cylindrical-coordinate representation of color #2B7701: hue angle of 98.64º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B7701 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.53 |
| HSL | 98.64º | 0.98% | 0.24% | - |
| HSV(B) | 98.64º | 0.99% | 0.47% | - |
| XYZ | 7.6 | 13.71 | 2.27 | - |
| YUV | 82.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 1 | 0.64 | 0 | 0.99 | 0.53 | 98.64 | 0.98 | 0.24 |
| Hex | 2B | 77 | 1 | 40 | 0 | 63 | 35 | 63 | 62 | 18 |
| Octal | 53 | 167 | 1 | 100 | 0 | 143 | 65 | 143 | 142 | 30 |
| Binary | 101011 | 1110111 | 1 | 1000000 | 0 | 1100011 | 110101 | 1100011 | 1100010 | 11000 |
Color Harmonies of #2B7701
Complementary color
Monochromatic Colors of #2B7701
Black with #2B7701
Text Example
Text Example
White with #2B7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7701; }
p { color: rgb(43,119,1); }
H1.HeaderClassName
{
color: #2B7701;
}
.AnyTagClassName
{
color: #2B7701;
}
</style>
background-color css
<style>
a { background-color: #2B7701; }
a { background-color: rgb(43,119,1); }
div.DivClassName
{
background-color: #2B7701;
}
.BgClassName
{
background-color: #2B7701;
}
</style>
border-color css
<style>
span { border-color: #2B7701; }
span { border-color: rgb(43,119,1); }
td.TdClassName
{
border-color: #2B7701;
}
.TagClassName
{
border-color: #2B7701;
}
</style>