Shades of Bilbao #2B6608
Tints of Bilbao #2B6608
RGB
CMYK
RGB Variations
Color information
#2B6608 (or 0x2B6608) is known color: Bilbao. HEX triplet: 2B, 66 and 08. RGB value is (43,102,8). Sum of RGB (Red+Green+Blue) = 43+102+8=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6608 is #D499F7. Grayscale: #494949. Windows color (decimal): -13933048 or 550443. OLE color: 550443.
HSL color Cylindrical-coordinate representation of color #2B6608: hue angle of 97.66º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B6608 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 8 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.6 |
| HSL | 97.66º | 0.85% | 0.22% | - |
| HSV(B) | 97.66º | 0.92% | 0.4% | - |
| XYZ | 5.79 | 10.03 | 1.86 | - |
| YUV | 73.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 8 | 0.58 | 0 | 0.92 | 0.6 | 97.66 | 0.85 | 0.22 |
| Hex | 2B | 66 | 8 | 3A | 0 | 5C | 3C | 62 | 55 | 16 |
| Octal | 53 | 146 | 10 | 72 | 0 | 134 | 74 | 142 | 125 | 26 |
| Binary | 101011 | 1100110 | 1000 | 111010 | 0 | 1011100 | 111100 | 1100010 | 1010101 | 10110 |
Color Harmonies of #2B6608
Complementary color
Monochromatic Colors of #2B6608
Black with #2B6608
Text Example
Text Example
White with #2B6608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6608; }
p { color: rgb(43,102,8); }
H1.HeaderClassName
{
color: #2B6608;
}
.AnyTagClassName
{
color: #2B6608;
}
</style>
background-color css
<style>
a { background-color: #2B6608; }
a { background-color: rgb(43,102,8); }
div.DivClassName
{
background-color: #2B6608;
}
.BgClassName
{
background-color: #2B6608;
}
</style>
border-color css
<style>
span { border-color: #2B6608; }
span { border-color: rgb(43,102,8); }
td.TdClassName
{
border-color: #2B6608;
}
.TagClassName
{
border-color: #2B6608;
}
</style>