Shades of Bilbao #2B7413
Tints of Bilbao #2B7413
RGB
CMYK
RGB Variations
Color information
#2B7413 (or 0x2B7413) is known color: Bilbao. HEX triplet: 2B, 74 and 13. RGB value is (43,116,19). Sum of RGB (Red+Green+Blue) = 43+116+19=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7413 is #D48BEC. Grayscale: #535353. Windows color (decimal): -13929453 or 1274923. OLE color: 1274923.
HSL color Cylindrical-coordinate representation of color #2B7413: hue angle of 105.15º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B7413 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 19 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.55 |
| HSL | 105.15º | 0.72% | 0.26% | - |
| HSV(B) | 105.15º | 0.84% | 0.45% | - |
| XYZ | 7.36 | 13.05 | 2.75 | - |
| YUV | 83.12 | 91.82 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 19 | 0.63 | 0 | 0.84 | 0.55 | 105.15 | 0.72 | 0.26 |
| Hex | 2B | 74 | 13 | 3F | 0 | 54 | 37 | 69 | 48 | 1A |
| Octal | 53 | 164 | 23 | 77 | 0 | 124 | 67 | 151 | 110 | 32 |
| Binary | 101011 | 1110100 | 10011 | 111111 | 0 | 1010100 | 110111 | 1101001 | 1001000 | 11010 |
Color Harmonies of #2B7413
Complementary color
Monochromatic Colors of #2B7413
Black with #2B7413
Text Example
Text Example
White with #2B7413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7413; }
p { color: rgb(43,116,19); }
H1.HeaderClassName
{
color: #2B7413;
}
.AnyTagClassName
{
color: #2B7413;
}
</style>
background-color css
<style>
a { background-color: #2B7413; }
a { background-color: rgb(43,116,19); }
div.DivClassName
{
background-color: #2B7413;
}
.BgClassName
{
background-color: #2B7413;
}
</style>
border-color css
<style>
span { border-color: #2B7413; }
span { border-color: rgb(43,116,19); }
td.TdClassName
{
border-color: #2B7413;
}
.TagClassName
{
border-color: #2B7413;
}
</style>