Shades of Bilbao #2B6600
Tints of Bilbao #2B6600
RGB
CMYK
RGB Variations
Color information
#2B6600 (or 0x2B6600) is known color: Bilbao. HEX triplet: 2B, 66 and 00. RGB value is (43,102,0). Sum of RGB (Red+Green+Blue) = 43+102+0=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6600 is #D499FF. Grayscale: #494949. Windows color (decimal): -13933056 or 26155. OLE color: 26155.
HSL color Cylindrical-coordinate representation of color #2B6600: hue angle of 94.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B6600 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.6 |
| HSL | 94.71º | 1% | 0.2% | - |
| HSV(B) | 94.71º | 1% | 0.4% | - |
| XYZ | 5.75 | 10.02 | 1.63 | - |
| YUV | 72.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 0 | 0.58 | 0 | 1 | 0.6 | 94.71 | 1 | 0.2 |
| Hex | 2B | 66 | 0 | 3A | 0 | 64 | 3C | 5F | 64 | 14 |
| Octal | 53 | 146 | 0 | 72 | 0 | 144 | 74 | 137 | 144 | 24 |
| Binary | 101011 | 1100110 | 0 | 111010 | 0 | 1100100 | 111100 | 1011111 | 1100100 | 10100 |
Color Harmonies of #2B6600
Complementary color
Monochromatic Colors of #2B6600
Black with #2B6600
Text Example
Text Example
White with #2B6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6600; }
p { color: rgb(43,102,0); }
H1.HeaderClassName
{
color: #2B6600;
}
.AnyTagClassName
{
color: #2B6600;
}
</style>
background-color css
<style>
a { background-color: #2B6600; }
a { background-color: rgb(43,102,0); }
div.DivClassName
{
background-color: #2B6600;
}
.BgClassName
{
background-color: #2B6600;
}
</style>
border-color css
<style>
span { border-color: #2B6600; }
span { border-color: rgb(43,102,0); }
td.TdClassName
{
border-color: #2B6600;
}
.TagClassName
{
border-color: #2B6600;
}
</style>