Shades of Bilbao #2B6509
Tints of Bilbao #2B6509
RGB
CMYK
RGB Variations
Color information
#2B6509 (or 0x2B6509) is known color: Bilbao. HEX triplet: 2B, 65 and 09. RGB value is (43,101,9). Sum of RGB (Red+Green+Blue) = 43+101+9=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6509 is #D49AF6. Grayscale: #494949. Windows color (decimal): -13933303 or 615723. OLE color: 615723.
HSL color Cylindrical-coordinate representation of color #2B6509: hue angle of 97.83º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B6509 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 101 | 9 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.60 |
| HSL | 97.83º | 0.84% | 0.22% | - |
| HSV(B) | 97.83º | 0.91% | 0.4% | - |
| XYZ | 5.7 | 9.84 | 1.86 | - |
| YUV | 73.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 9 | 0.57 | 0 | 0.91 | 0.60 | 97.83 | 0.84 | 0.22 |
| Hex | 2B | 65 | 9 | 39 | 0 | 5B | 3C | 62 | 54 | 16 |
| Octal | 53 | 145 | 11 | 71 | 0 | 133 | 74 | 142 | 124 | 26 |
| Binary | 101011 | 1100101 | 1001 | 111001 | 0 | 1011011 | 111100 | 1100010 | 1010100 | 10110 |
Color Harmonies of #2B6509
Complementary color
Monochromatic Colors of #2B6509
Black with #2B6509
Text Example
Text Example
White with #2B6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6509; }
p { color: rgb(43,101,9); }
H1.HeaderClassName
{
color: #2B6509;
}
.AnyTagClassName
{
color: #2B6509;
}
</style>
background-color css
<style>
a { background-color: #2B6509; }
a { background-color: rgb(43,101,9); }
div.DivClassName
{
background-color: #2B6509;
}
.BgClassName
{
background-color: #2B6509;
}
</style>
border-color css
<style>
span { border-color: #2B6509; }
span { border-color: rgb(43,101,9); }
td.TdClassName
{
border-color: #2B6509;
}
.TagClassName
{
border-color: #2B6509;
}
</style>