Shades of Bilbao #2B7602
Tints of Bilbao #2B7602
RGB
CMYK
RGB Variations
Color information
#2B7602 (or 0x2B7602) is known color: Bilbao. HEX triplet: 2B, 76 and 02. RGB value is (43,118,2). Sum of RGB (Red+Green+Blue) = 43+118+2=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7602 is #D489FD. Grayscale: #525252. Windows color (decimal): -13928958 or 161323. OLE color: 161323.
HSL color Cylindrical-coordinate representation of color #2B7602: hue angle of 98.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B7602 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 118 | 2 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.54 |
| HSL | 98.79º | 0.97% | 0.24% | - |
| HSV(B) | 98.79º | 0.98% | 0.46% | - |
| XYZ | 7.49 | 13.47 | 2.26 | - |
| YUV | 82.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 2 | 0.64 | 0 | 0.98 | 0.54 | 98.79 | 0.97 | 0.24 |
| Hex | 2B | 76 | 2 | 40 | 0 | 62 | 36 | 63 | 61 | 18 |
| Octal | 53 | 166 | 2 | 100 | 0 | 142 | 66 | 143 | 141 | 30 |
| Binary | 101011 | 1110110 | 10 | 1000000 | 0 | 1100010 | 110110 | 1100011 | 1100001 | 11000 |
Color Harmonies of #2B7602
Complementary color
Monochromatic Colors of #2B7602
Black with #2B7602
Text Example
Text Example
White with #2B7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7602; }
p { color: rgb(43,118,2); }
H1.HeaderClassName
{
color: #2B7602;
}
.AnyTagClassName
{
color: #2B7602;
}
</style>
background-color css
<style>
a { background-color: #2B7602; }
a { background-color: rgb(43,118,2); }
div.DivClassName
{
background-color: #2B7602;
}
.BgClassName
{
background-color: #2B7602;
}
</style>
border-color css
<style>
span { border-color: #2B7602; }
span { border-color: rgb(43,118,2); }
td.TdClassName
{
border-color: #2B7602;
}
.TagClassName
{
border-color: #2B7602;
}
</style>