Shades of Bilbao #2B6513
Tints of Bilbao #2B6513
RGB
CMYK
RGB Variations
Color information
#2B6513 (or 0x2B6513) is known color: Bilbao. HEX triplet: 2B, 65 and 13. RGB value is (43,101,19). Sum of RGB (Red+Green+Blue) = 43+101+19=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6513 is #D49AEC. Grayscale: #4A4A4A. Windows color (decimal): -13933293 or 1271083. OLE color: 1271083.
HSL color Cylindrical-coordinate representation of color #2B6513: hue angle of 102.44º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B6513 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 19 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.60 |
| HSL | 102.44º | 0.68% | 0.24% | - |
| HSV(B) | 102.44º | 0.81% | 0.4% | - |
| XYZ | 5.77 | 9.87 | 2.22 | - |
| YUV | 74.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 19 | 0.57 | 0 | 0.81 | 0.60 | 102.44 | 0.68 | 0.24 |
| Hex | 2B | 65 | 13 | 39 | 0 | 51 | 3C | 66 | 44 | 18 |
| Octal | 53 | 145 | 23 | 71 | 0 | 121 | 74 | 146 | 104 | 30 |
| Binary | 101011 | 1100101 | 10011 | 111001 | 0 | 1010001 | 111100 | 1100110 | 1000100 | 11000 |
Color Harmonies of #2B6513
Complementary color
Monochromatic Colors of #2B6513
Black with #2B6513
Text Example
Text Example
White with #2B6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6513; }
p { color: rgb(43,101,19); }
H1.HeaderClassName
{
color: #2B6513;
}
.AnyTagClassName
{
color: #2B6513;
}
</style>
background-color css
<style>
a { background-color: #2B6513; }
a { background-color: rgb(43,101,19); }
div.DivClassName
{
background-color: #2B6513;
}
.BgClassName
{
background-color: #2B6513;
}
</style>
border-color css
<style>
span { border-color: #2B6513; }
span { border-color: rgb(43,101,19); }
td.TdClassName
{
border-color: #2B6513;
}
.TagClassName
{
border-color: #2B6513;
}
</style>