Shades of Bilbao #2B7703
Tints of Bilbao #2B7703
RGB
CMYK
RGB Variations
Color information
#2B7703 (or 0x2B7703) is known color: Bilbao. HEX triplet: 2B, 77 and 03. RGB value is (43,119,3). Sum of RGB (Red+Green+Blue) = 43+119+3=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7703 is #D488FC. Grayscale: #535353. Windows color (decimal): -13928701 or 227115. OLE color: 227115.
HSL color Cylindrical-coordinate representation of color #2B7703: hue angle of 99.31º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B7703 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 3 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.53 |
| HSL | 99.31º | 0.95% | 0.24% | - |
| HSV(B) | 99.31º | 0.97% | 0.47% | - |
| XYZ | 7.61 | 13.71 | 2.33 | - |
| YUV | 83.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 3 | 0.64 | 0 | 0.97 | 0.53 | 99.31 | 0.95 | 0.24 |
| Hex | 2B | 77 | 3 | 40 | 0 | 61 | 35 | 63 | 5F | 18 |
| Octal | 53 | 167 | 3 | 100 | 0 | 141 | 65 | 143 | 137 | 30 |
| Binary | 101011 | 1110111 | 11 | 1000000 | 0 | 1100001 | 110101 | 1100011 | 1011111 | 11000 |
Color Harmonies of #2B7703
Complementary color
Monochromatic Colors of #2B7703
Black with #2B7703
Text Example
Text Example
White with #2B7703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7703; }
p { color: rgb(43,119,3); }
H1.HeaderClassName
{
color: #2B7703;
}
.AnyTagClassName
{
color: #2B7703;
}
</style>
background-color css
<style>
a { background-color: #2B7703; }
a { background-color: rgb(43,119,3); }
div.DivClassName
{
background-color: #2B7703;
}
.BgClassName
{
background-color: #2B7703;
}
</style>
border-color css
<style>
span { border-color: #2B7703; }
span { border-color: rgb(43,119,3); }
td.TdClassName
{
border-color: #2B7703;
}
.TagClassName
{
border-color: #2B7703;
}
</style>