Shades of Bilbao #2B6303
Tints of Bilbao #2B6303
RGB
CMYK
RGB Variations
Color information
#2B6303 (or 0x2B6303) is known color: Bilbao. HEX triplet: 2B, 63 and 03. RGB value is (43,99,3). Sum of RGB (Red+Green+Blue) = 43+99+3=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6303 is #D49CFC. Grayscale: #474747. Windows color (decimal): -13933821 or 221995. OLE color: 221995.
HSL color Cylindrical-coordinate representation of color #2B6303: hue angle of 95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B6303 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 3 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.61 |
| HSL | 95º | 0.94% | 0.2% | - |
| HSV(B) | 95º | 0.97% | 0.39% | - |
| XYZ | 5.47 | 9.44 | 1.62 | - |
| YUV | 71.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 3 | 0.57 | 0 | 0.97 | 0.61 | 95 | 0.94 | 0.2 |
| Hex | 2B | 63 | 3 | 39 | 0 | 61 | 3D | 5F | 5E | 14 |
| Octal | 53 | 143 | 3 | 71 | 0 | 141 | 75 | 137 | 136 | 24 |
| Binary | 101011 | 1100011 | 11 | 111001 | 0 | 1100001 | 111101 | 1011111 | 1011110 | 10100 |
Color Harmonies of #2B6303
Complementary color
Monochromatic Colors of #2B6303
Black with #2B6303
Text Example
Text Example
White with #2B6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6303; }
p { color: rgb(43,99,3); }
H1.HeaderClassName
{
color: #2B6303;
}
.AnyTagClassName
{
color: #2B6303;
}
</style>
background-color css
<style>
a { background-color: #2B6303; }
a { background-color: rgb(43,99,3); }
div.DivClassName
{
background-color: #2B6303;
}
.BgClassName
{
background-color: #2B6303;
}
</style>
border-color css
<style>
span { border-color: #2B6303; }
span { border-color: rgb(43,99,3); }
td.TdClassName
{
border-color: #2B6303;
}
.TagClassName
{
border-color: #2B6303;
}
</style>