Shades of Bilbao #2B6501
Tints of Bilbao #2B6501
RGB
CMYK
RGB Variations
Color information
#2B6501 (or 0x2B6501) is known color: Bilbao. HEX triplet: 2B, 65 and 01. RGB value is (43,101,1). Sum of RGB (Red+Green+Blue) = 43+101+1=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6501 is #D49AFE. Grayscale: #484848. Windows color (decimal): -13933311 or 91435. OLE color: 91435.
HSL color Cylindrical-coordinate representation of color #2B6501: hue angle of 94.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B6501 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.60 |
| HSL | 94.8º | 0.98% | 0.2% | - |
| HSV(B) | 94.8º | 0.99% | 0.4% | - |
| XYZ | 5.66 | 9.82 | 1.63 | - |
| YUV | 72.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 1 | 0.57 | 0 | 0.99 | 0.60 | 94.8 | 0.98 | 0.2 |
| Hex | 2B | 65 | 1 | 39 | 0 | 63 | 3C | 5F | 62 | 14 |
| Octal | 53 | 145 | 1 | 71 | 0 | 143 | 74 | 137 | 142 | 24 |
| Binary | 101011 | 1100101 | 1 | 111001 | 0 | 1100011 | 111100 | 1011111 | 1100010 | 10100 |
Color Harmonies of #2B6501
Complementary color
Monochromatic Colors of #2B6501
Black with #2B6501
Text Example
Text Example
White with #2B6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6501; }
p { color: rgb(43,101,1); }
H1.HeaderClassName
{
color: #2B6501;
}
.AnyTagClassName
{
color: #2B6501;
}
</style>
background-color css
<style>
a { background-color: #2B6501; }
a { background-color: rgb(43,101,1); }
div.DivClassName
{
background-color: #2B6501;
}
.BgClassName
{
background-color: #2B6501;
}
</style>
border-color css
<style>
span { border-color: #2B6501; }
span { border-color: rgb(43,101,1); }
td.TdClassName
{
border-color: #2B6501;
}
.TagClassName
{
border-color: #2B6501;
}
</style>