Shades of Bilbao #2B7904
Tints of Bilbao #2B7904
RGB
CMYK
RGB Variations
Color information
#2B7904 (or 0x2B7904) is known color: Bilbao. HEX triplet: 2B, 79 and 04. RGB value is (43,121,4). Sum of RGB (Red+Green+Blue) = 43+121+4=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 121 (47.66% from 255 or 72.02% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7904 is #D486FB. Grayscale: #545454. Windows color (decimal): -13928188 or 293163. OLE color: 293163.
HSL color Cylindrical-coordinate representation of color #2B7904: hue angle of 100º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B7904 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 121 | 4 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.53 |
| HSL | 100º | 0.94% | 0.25% | - |
| HSV(B) | 100º | 0.97% | 0.47% | - |
| XYZ | 7.86 | 14.2 | 2.44 | - |
| YUV | 84.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 4 | 0.64 | 0 | 0.97 | 0.53 | 100 | 0.94 | 0.25 |
| Hex | 2B | 79 | 4 | 40 | 0 | 61 | 35 | 64 | 5E | 19 |
| Octal | 53 | 171 | 4 | 100 | 0 | 141 | 65 | 144 | 136 | 31 |
| Binary | 101011 | 1111001 | 100 | 1000000 | 0 | 1100001 | 110101 | 1100100 | 1011110 | 11001 |
Color Harmonies of #2B7904
Complementary color
Monochromatic Colors of #2B7904
Black with #2B7904
Text Example
Text Example
White with #2B7904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7904; }
p { color: rgb(43,121,4); }
H1.HeaderClassName
{
color: #2B7904;
}
.AnyTagClassName
{
color: #2B7904;
}
</style>
background-color css
<style>
a { background-color: #2B7904; }
a { background-color: rgb(43,121,4); }
div.DivClassName
{
background-color: #2B7904;
}
.BgClassName
{
background-color: #2B7904;
}
</style>
border-color css
<style>
span { border-color: #2B7904; }
span { border-color: rgb(43,121,4); }
td.TdClassName
{
border-color: #2B7904;
}
.TagClassName
{
border-color: #2B7904;
}
</style>