Shades of Bilbao #2B680A
Tints of Bilbao #2B680A
RGB
CMYK
RGB Variations
Color information
#2B680A (or 0x2B680A) is known color: Bilbao. HEX triplet: 2B, 68 and 0A. RGB value is (43,104,10). Sum of RGB (Red+Green+Blue) = 43+104+10=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #2B680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B680A is #D497F5. Grayscale: #4B4B4B. Windows color (decimal): -13932534 or 682027. OLE color: 682027.
HSL color Cylindrical-coordinate representation of color #2B680A: hue angle of 98.94º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B680A is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 10 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.59 |
| HSL | 98.94º | 0.82% | 0.22% | - |
| HSV(B) | 98.94º | 0.9% | 0.41% | - |
| XYZ | 6 | 10.44 | 1.99 | - |
| YUV | 75.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 10 | 0.59 | 0 | 0.90 | 0.59 | 98.94 | 0.82 | 0.22 |
| Hex | 2B | 68 | A | 3B | 0 | 5A | 3B | 63 | 52 | 16 |
| Octal | 53 | 150 | 12 | 73 | 0 | 132 | 73 | 143 | 122 | 26 |
| Binary | 101011 | 1101000 | 1010 | 111011 | 0 | 1011010 | 111011 | 1100011 | 1010010 | 10110 |
Color Harmonies of #2B680A
Complementary color
Monochromatic Colors of #2B680A
Black with #2B680A
Text Example
Text Example
White with #2B680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B680A; }
p { color: rgb(43,104,10); }
H1.HeaderClassName
{
color: #2B680A;
}
.AnyTagClassName
{
color: #2B680A;
}
</style>
background-color css
<style>
a { background-color: #2B680A; }
a { background-color: rgb(43,104,10); }
div.DivClassName
{
background-color: #2B680A;
}
.BgClassName
{
background-color: #2B680A;
}
</style>
border-color css
<style>
span { border-color: #2B680A; }
span { border-color: rgb(43,104,10); }
td.TdClassName
{
border-color: #2B680A;
}
.TagClassName
{
border-color: #2B680A;
}
</style>