Shades of Bilbao #2B7901
Tints of Bilbao #2B7901
RGB
CMYK
RGB Variations
Color information
#2B7901 (or 0x2B7901) is known color: Bilbao. HEX triplet: 2B, 79 and 01. RGB value is (43,121,1). Sum of RGB (Red+Green+Blue) = 43+121+1=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 121 (47.66% from 255 or 73.33% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7901 is #D486FE. Grayscale: #545454. Windows color (decimal): -13928191 or 96555. OLE color: 96555.
HSL color Cylindrical-coordinate representation of color #2B7901: hue angle of 99º 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 #2B7901 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 121 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.53 |
| HSL | 99º | 0.98% | 0.24% | - |
| HSV(B) | 99º | 0.99% | 0.47% | - |
| XYZ | 7.84 | 14.19 | 2.35 | - |
| YUV | 84 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 1 | 0.64 | 0 | 0.99 | 0.53 | 99 | 0.98 | 0.24 |
| Hex | 2B | 79 | 1 | 40 | 0 | 63 | 35 | 63 | 62 | 18 |
| Octal | 53 | 171 | 1 | 100 | 0 | 143 | 65 | 143 | 142 | 30 |
| Binary | 101011 | 1111001 | 1 | 1000000 | 0 | 1100011 | 110101 | 1100011 | 1100010 | 11000 |
Color Harmonies of #2B7901
Complementary color
Monochromatic Colors of #2B7901
Black with #2B7901
Text Example
Text Example
White with #2B7901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7901; }
p { color: rgb(43,121,1); }
H1.HeaderClassName
{
color: #2B7901;
}
.AnyTagClassName
{
color: #2B7901;
}
</style>
background-color css
<style>
a { background-color: #2B7901; }
a { background-color: rgb(43,121,1); }
div.DivClassName
{
background-color: #2B7901;
}
.BgClassName
{
background-color: #2B7901;
}
</style>
border-color css
<style>
span { border-color: #2B7901; }
span { border-color: rgb(43,121,1); }
td.TdClassName
{
border-color: #2B7901;
}
.TagClassName
{
border-color: #2B7901;
}
</style>