Shades of Bilbao #2B6F09
Tints of Bilbao #2B6F09
RGB
CMYK
RGB Variations
Color information
#2B6F09 (or 0x2B6F09) is known color: Bilbao. HEX triplet: 2B, 6F and 09. RGB value is (43,111,9). Sum of RGB (Red+Green+Blue) = 43+111+9=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 111 (43.75% from 255 or 68.10% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6F09 is #D490F6. Grayscale: #4F4F4F. Windows color (decimal): -13930743 or 618283. OLE color: 618283.
HSL color Cylindrical-coordinate representation of color #2B6F09: hue angle of 100º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B6F09 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 111 | 9 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.56 |
| HSL | 100º | 0.85% | 0.24% | - |
| HSV(B) | 100º | 0.92% | 0.44% | - |
| XYZ | 6.73 | 11.9 | 2.2 | - |
| YUV | 79.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 111 | 9 | 0.61 | 0 | 0.92 | 0.56 | 100 | 0.85 | 0.24 |
| Hex | 2B | 6F | 9 | 3D | 0 | 5C | 38 | 64 | 55 | 18 |
| Octal | 53 | 157 | 11 | 75 | 0 | 134 | 70 | 144 | 125 | 30 |
| Binary | 101011 | 1101111 | 1001 | 111101 | 0 | 1011100 | 111000 | 1100100 | 1010101 | 11000 |
Color Harmonies of #2B6F09
Complementary color
Monochromatic Colors of #2B6F09
Black with #2B6F09
Text Example
Text Example
White with #2B6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6F09; }
p { color: rgb(43,111,9); }
H1.HeaderClassName
{
color: #2B6F09;
}
.AnyTagClassName
{
color: #2B6F09;
}
</style>
background-color css
<style>
a { background-color: #2B6F09; }
a { background-color: rgb(43,111,9); }
div.DivClassName
{
background-color: #2B6F09;
}
.BgClassName
{
background-color: #2B6F09;
}
</style>
border-color css
<style>
span { border-color: #2B6F09; }
span { border-color: rgb(43,111,9); }
td.TdClassName
{
border-color: #2B6F09;
}
.TagClassName
{
border-color: #2B6F09;
}
</style>