Shades of Bilbao #2B7513
Tints of Bilbao #2B7513
RGB
CMYK
RGB Variations
Color information
#2B7513 (or 0x2B7513) is known color: Bilbao. HEX triplet: 2B, 75 and 13. RGB value is (43,117,19). Sum of RGB (Red+Green+Blue) = 43+117+19=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 117 (46.09% from 255 or 65.36% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7513 is #D48AEC. Grayscale: #545454. Windows color (decimal): -13929197 or 1275179. OLE color: 1275179.
HSL color Cylindrical-coordinate representation of color #2B7513: hue angle of 105.31º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B7513 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 19 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.54 |
| HSL | 105.31º | 0.72% | 0.27% | - |
| HSV(B) | 105.31º | 0.84% | 0.46% | - |
| XYZ | 7.48 | 13.28 | 2.79 | - |
| YUV | 83.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 19 | 0.63 | 0 | 0.84 | 0.54 | 105.31 | 0.72 | 0.27 |
| Hex | 2B | 75 | 13 | 3F | 0 | 54 | 36 | 69 | 48 | 1B |
| Octal | 53 | 165 | 23 | 77 | 0 | 124 | 66 | 151 | 110 | 33 |
| Binary | 101011 | 1110101 | 10011 | 111111 | 0 | 1010100 | 110110 | 1101001 | 1001000 | 11011 |
Color Harmonies of #2B7513
Complementary color
Monochromatic Colors of #2B7513
Black with #2B7513
Text Example
Text Example
White with #2B7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7513; }
p { color: rgb(43,117,19); }
H1.HeaderClassName
{
color: #2B7513;
}
.AnyTagClassName
{
color: #2B7513;
}
</style>
background-color css
<style>
a { background-color: #2B7513; }
a { background-color: rgb(43,117,19); }
div.DivClassName
{
background-color: #2B7513;
}
.BgClassName
{
background-color: #2B7513;
}
</style>
border-color css
<style>
span { border-color: #2B7513; }
span { border-color: rgb(43,117,19); }
td.TdClassName
{
border-color: #2B7513;
}
.TagClassName
{
border-color: #2B7513;
}
</style>