Shades of Bilbao #2B7409
Tints of Bilbao #2B7409
RGB
CMYK
RGB Variations
Color information
#2B7409 (or 0x2B7409) is known color: Bilbao. HEX triplet: 2B, 74 and 09. RGB value is (43,116,9). Sum of RGB (Red+Green+Blue) = 43+116+9=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7409 is #D48BF6. Grayscale: #525252. Windows color (decimal): -13929463 or 619563. OLE color: 619563.
HSL color Cylindrical-coordinate representation of color #2B7409: hue angle of 100.93º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B7409 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 116 | 9 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.55 |
| HSL | 100.93º | 0.86% | 0.25% | - |
| HSV(B) | 100.93º | 0.92% | 0.45% | - |
| XYZ | 7.29 | 13.02 | 2.39 | - |
| YUV | 81.98 | 86.82 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 9 | 0.63 | 0 | 0.92 | 0.55 | 100.93 | 0.86 | 0.25 |
| Hex | 2B | 74 | 9 | 3F | 0 | 5C | 37 | 65 | 56 | 19 |
| Octal | 53 | 164 | 11 | 77 | 0 | 134 | 67 | 145 | 126 | 31 |
| Binary | 101011 | 1110100 | 1001 | 111111 | 0 | 1011100 | 110111 | 1100101 | 1010110 | 11001 |
Color Harmonies of #2B7409
Complementary color
Monochromatic Colors of #2B7409
Black with #2B7409
Text Example
Text Example
White with #2B7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7409; }
p { color: rgb(43,116,9); }
H1.HeaderClassName
{
color: #2B7409;
}
.AnyTagClassName
{
color: #2B7409;
}
</style>
background-color css
<style>
a { background-color: #2B7409; }
a { background-color: rgb(43,116,9); }
div.DivClassName
{
background-color: #2B7409;
}
.BgClassName
{
background-color: #2B7409;
}
</style>
border-color css
<style>
span { border-color: #2B7409; }
span { border-color: rgb(43,116,9); }
td.TdClassName
{
border-color: #2B7409;
}
.TagClassName
{
border-color: #2B7409;
}
</style>