Shades of Bilbao #2B7718
Tints of Bilbao #2B7718
RGB
CMYK
RGB Variations
Color information
#2B7718 (or 0x2B7718) is known color: Bilbao. HEX triplet: 2B, 77 and 18. RGB value is (43,119,24). Sum of RGB (Red+Green+Blue) = 43+119+24=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7718 is #D488E7. Grayscale: #555555. Windows color (decimal): -13928680 or 1603371. OLE color: 1603371.
HSL color Cylindrical-coordinate representation of color #2B7718: hue angle of 108º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7718 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 24 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.53 |
| HSL | 108º | 0.66% | 0.28% | - |
| HSV(B) | 108º | 0.8% | 0.47% | - |
| XYZ | 7.76 | 13.77 | 3.11 | - |
| YUV | 85.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 24 | 0.64 | 0 | 0.80 | 0.53 | 108 | 0.66 | 0.28 |
| Hex | 2B | 77 | 18 | 40 | 0 | 50 | 35 | 6C | 42 | 1C |
| Octal | 53 | 167 | 30 | 100 | 0 | 120 | 65 | 154 | 102 | 34 |
| Binary | 101011 | 1110111 | 11000 | 1000000 | 0 | 1010000 | 110101 | 1101100 | 1000010 | 11100 |
Color Harmonies of #2B7718
Complementary color
Monochromatic Colors of #2B7718
Black with #2B7718
Text Example
Text Example
White with #2B7718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7718; }
p { color: rgb(43,119,24); }
H1.HeaderClassName
{
color: #2B7718;
}
.AnyTagClassName
{
color: #2B7718;
}
</style>
background-color css
<style>
a { background-color: #2B7718; }
a { background-color: rgb(43,119,24); }
div.DivClassName
{
background-color: #2B7718;
}
.BgClassName
{
background-color: #2B7718;
}
</style>
border-color css
<style>
span { border-color: #2B7718; }
span { border-color: rgb(43,119,24); }
td.TdClassName
{
border-color: #2B7718;
}
.TagClassName
{
border-color: #2B7718;
}
</style>