Shades of Bilbao #2B730B
Tints of Bilbao #2B730B
RGB
CMYK
RGB Variations
Color information
#2B730B (or 0x2B730B) is known color: Bilbao. HEX triplet: 2B, 73 and 0B. RGB value is (43,115,11). Sum of RGB (Red+Green+Blue) = 43+115+11=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #2B730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B730B is #D48CF4. Grayscale: #515151. Windows color (decimal): -13929717 or 750379. OLE color: 750379.
HSL color Cylindrical-coordinate representation of color #2B730B: hue angle of 101.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B730B is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 11 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.55 |
| HSL | 101.54º | 0.83% | 0.25% | - |
| HSV(B) | 101.54º | 0.9% | 0.45% | - |
| XYZ | 7.19 | 12.8 | 2.41 | - |
| YUV | 81.62 | 88.15 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 11 | 0.63 | 0 | 0.90 | 0.55 | 101.54 | 0.83 | 0.25 |
| Hex | 2B | 73 | B | 3F | 0 | 5A | 37 | 66 | 53 | 19 |
| Octal | 53 | 163 | 13 | 77 | 0 | 132 | 67 | 146 | 123 | 31 |
| Binary | 101011 | 1110011 | 1011 | 111111 | 0 | 1011010 | 110111 | 1100110 | 1010011 | 11001 |
Color Harmonies of #2B730B
Complementary color
Monochromatic Colors of #2B730B
Black with #2B730B
Text Example
Text Example
White with #2B730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B730B; }
p { color: rgb(43,115,11); }
H1.HeaderClassName
{
color: #2B730B;
}
.AnyTagClassName
{
color: #2B730B;
}
</style>
background-color css
<style>
a { background-color: #2B730B; }
a { background-color: rgb(43,115,11); }
div.DivClassName
{
background-color: #2B730B;
}
.BgClassName
{
background-color: #2B730B;
}
</style>
border-color css
<style>
span { border-color: #2B730B; }
span { border-color: rgb(43,115,11); }
td.TdClassName
{
border-color: #2B730B;
}
.TagClassName
{
border-color: #2B730B;
}
</style>