Shades of Bilbao #2B6613
Tints of Bilbao #2B6613
RGB
CMYK
RGB Variations
Color information
#2B6613 (or 0x2B6613) is known color: Bilbao. HEX triplet: 2B, 66 and 13. RGB value is (43,102,19). Sum of RGB (Red+Green+Blue) = 43+102+19=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6613 is #D499EC. Grayscale: #4B4B4B. Windows color (decimal): -13933037 or 1271339. OLE color: 1271339.
HSL color Cylindrical-coordinate representation of color #2B6613: hue angle of 102.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B6613 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 19 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.6 |
| HSL | 102.65º | 0.69% | 0.24% | - |
| HSV(B) | 102.65º | 0.81% | 0.4% | - |
| XYZ | 5.87 | 10.06 | 2.25 | - |
| YUV | 74.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 19 | 0.58 | 0 | 0.81 | 0.6 | 102.65 | 0.69 | 0.24 |
| Hex | 2B | 66 | 13 | 3A | 0 | 51 | 3C | 67 | 45 | 18 |
| Octal | 53 | 146 | 23 | 72 | 0 | 121 | 74 | 147 | 105 | 30 |
| Binary | 101011 | 1100110 | 10011 | 111010 | 0 | 1010001 | 111100 | 1100111 | 1000101 | 11000 |
Color Harmonies of #2B6613
Complementary color
Monochromatic Colors of #2B6613
Black with #2B6613
Text Example
Text Example
White with #2B6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6613; }
p { color: rgb(43,102,19); }
H1.HeaderClassName
{
color: #2B6613;
}
.AnyTagClassName
{
color: #2B6613;
}
</style>
background-color css
<style>
a { background-color: #2B6613; }
a { background-color: rgb(43,102,19); }
div.DivClassName
{
background-color: #2B6613;
}
.BgClassName
{
background-color: #2B6613;
}
</style>
border-color css
<style>
span { border-color: #2B6613; }
span { border-color: rgb(43,102,19); }
td.TdClassName
{
border-color: #2B6613;
}
.TagClassName
{
border-color: #2B6613;
}
</style>