Shades of Bilbao #2B6808
Tints of Bilbao #2B6808
RGB
CMYK
RGB Variations
Color information
#2B6808 (or 0x2B6808) is known color: Bilbao. HEX triplet: 2B, 68 and 08. RGB value is (43,104,8). Sum of RGB (Red+Green+Blue) = 43+104+8=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6808 is #D497F7. Grayscale: #4B4B4B. Windows color (decimal): -13932536 or 550955. OLE color: 550955.
HSL color Cylindrical-coordinate representation of color #2B6808: hue angle of 98.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B6808 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 8 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.59 |
| HSL | 98.13º | 0.86% | 0.22% | - |
| HSV(B) | 98.13º | 0.92% | 0.41% | - |
| XYZ | 5.99 | 10.43 | 1.93 | - |
| YUV | 74.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 8 | 0.59 | 0 | 0.92 | 0.59 | 98.13 | 0.86 | 0.22 |
| Hex | 2B | 68 | 8 | 3B | 0 | 5C | 3B | 62 | 56 | 16 |
| Octal | 53 | 150 | 10 | 73 | 0 | 134 | 73 | 142 | 126 | 26 |
| Binary | 101011 | 1101000 | 1000 | 111011 | 0 | 1011100 | 111011 | 1100010 | 1010110 | 10110 |
Color Harmonies of #2B6808
Complementary color
Monochromatic Colors of #2B6808
Black with #2B6808
Text Example
Text Example
White with #2B6808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6808; }
p { color: rgb(43,104,8); }
H1.HeaderClassName
{
color: #2B6808;
}
.AnyTagClassName
{
color: #2B6808;
}
</style>
background-color css
<style>
a { background-color: #2B6808; }
a { background-color: rgb(43,104,8); }
div.DivClassName
{
background-color: #2B6808;
}
.BgClassName
{
background-color: #2B6808;
}
</style>
border-color css
<style>
span { border-color: #2B6808; }
span { border-color: rgb(43,104,8); }
td.TdClassName
{
border-color: #2B6808;
}
.TagClassName
{
border-color: #2B6808;
}
</style>