Shades of Bilbao #2B8401
Tints of Bilbao #2B8401
RGB
CMYK
RGB Variations
Color information
#2B8401 (or 0x2B8401) is known color: Bilbao. HEX triplet: 2B, 84 and 01. RGB value is (43,132,1). Sum of RGB (Red+Green+Blue) = 43+132+1=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 132 (51.95% from 255 or 75% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8401 is #D47BFE. Grayscale: #5A5A5A. Windows color (decimal): -13925375 or 99371. OLE color: 99371.
HSL color Cylindrical-coordinate representation of color #2B8401: hue angle of 100.76º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B8401 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 1 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.48 |
| HSL | 100.76º | 0.98% | 0.26% | - |
| HSV(B) | 100.76º | 0.99% | 0.52% | - |
| XYZ | 9.25 | 17.02 | 2.83 | - |
| YUV | 90.46 | 77.51 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 1 | 0.67 | 0 | 0.99 | 0.48 | 100.76 | 0.98 | 0.26 |
| Hex | 2B | 84 | 1 | 43 | 0 | 63 | 30 | 65 | 62 | 1A |
| Octal | 53 | 204 | 1 | 103 | 0 | 143 | 60 | 145 | 142 | 32 |
| Binary | 101011 | 10000100 | 1 | 1000011 | 0 | 1100011 | 110000 | 1100101 | 1100010 | 11010 |
Color Harmonies of #2B8401
Complementary color
Monochromatic Colors of #2B8401
Black with #2B8401
Text Example
Text Example
White with #2B8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8401; }
p { color: rgb(43,132,1); }
H1.HeaderClassName
{
color: #2B8401;
}
.AnyTagClassName
{
color: #2B8401;
}
</style>
background-color css
<style>
a { background-color: #2B8401; }
a { background-color: rgb(43,132,1); }
div.DivClassName
{
background-color: #2B8401;
}
.BgClassName
{
background-color: #2B8401;
}
</style>
border-color css
<style>
span { border-color: #2B8401; }
span { border-color: rgb(43,132,1); }
td.TdClassName
{
border-color: #2B8401;
}
.TagClassName
{
border-color: #2B8401;
}
</style>