Shades of Bilbao #2B7308
Tints of Bilbao #2B7308
RGB
CMYK
RGB Variations
Color information
#2B7308 (or 0x2B7308) is known color: Bilbao. HEX triplet: 2B, 73 and 08. RGB value is (43,115,8). Sum of RGB (Red+Green+Blue) = 43+115+8=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7308 is #D48CF7. Grayscale: #515151. Windows color (decimal): -13929720 or 553771. OLE color: 553771.
HSL color Cylindrical-coordinate representation of color #2B7308: hue angle of 100.37º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B7308 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 115 | 8 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.55 |
| HSL | 100.37º | 0.87% | 0.24% | - |
| HSV(B) | 100.37º | 0.93% | 0.45% | - |
| XYZ | 7.17 | 12.79 | 2.32 | - |
| YUV | 81.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 8 | 0.63 | 0 | 0.93 | 0.55 | 100.37 | 0.87 | 0.24 |
| Hex | 2B | 73 | 8 | 3F | 0 | 5D | 37 | 64 | 57 | 18 |
| Octal | 53 | 163 | 10 | 77 | 0 | 135 | 67 | 144 | 127 | 30 |
| Binary | 101011 | 1110011 | 1000 | 111111 | 0 | 1011101 | 110111 | 1100100 | 1010111 | 11000 |
Color Harmonies of #2B7308
Complementary color
Monochromatic Colors of #2B7308
Black with #2B7308
Text Example
Text Example
White with #2B7308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7308; }
p { color: rgb(43,115,8); }
H1.HeaderClassName
{
color: #2B7308;
}
.AnyTagClassName
{
color: #2B7308;
}
</style>
background-color css
<style>
a { background-color: #2B7308; }
a { background-color: rgb(43,115,8); }
div.DivClassName
{
background-color: #2B7308;
}
.BgClassName
{
background-color: #2B7308;
}
</style>
border-color css
<style>
span { border-color: #2B7308; }
span { border-color: rgb(43,115,8); }
td.TdClassName
{
border-color: #2B7308;
}
.TagClassName
{
border-color: #2B7308;
}
</style>