Shades of Bilbao #2B6A0D
Tints of Bilbao #2B6A0D
RGB
CMYK
RGB Variations
Color information
#2B6A0D (or 0x2B6A0D) is known color: Bilbao. HEX triplet: 2B, 6A and 0D. RGB value is (43,106,13). Sum of RGB (Red+Green+Blue) = 43+106+13=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 106 (41.80% from 255 or 65.43% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6A0D is #D495F2. Grayscale: #4C4C4C. Windows color (decimal): -13932019 or 879147. OLE color: 879147.
HSL color Cylindrical-coordinate representation of color #2B6A0D: hue angle of 100.65º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B6A0D is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 106 | 13 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.58 |
| HSL | 100.65º | 0.78% | 0.23% | - |
| HSV(B) | 100.65º | 0.88% | 0.42% | - |
| XYZ | 6.22 | 10.85 | 2.15 | - |
| YUV | 76.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 13 | 0.59 | 0 | 0.88 | 0.58 | 100.65 | 0.78 | 0.23 |
| Hex | 2B | 6A | D | 3B | 0 | 58 | 3A | 65 | 4E | 17 |
| Octal | 53 | 152 | 15 | 73 | 0 | 130 | 72 | 145 | 116 | 27 |
| Binary | 101011 | 1101010 | 1101 | 111011 | 0 | 1011000 | 111010 | 1100101 | 1001110 | 10111 |
Color Harmonies of #2B6A0D
Complementary color
Monochromatic Colors of #2B6A0D
Black with #2B6A0D
Text Example
Text Example
White with #2B6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6A0D; }
p { color: rgb(43,106,13); }
H1.HeaderClassName
{
color: #2B6A0D;
}
.AnyTagClassName
{
color: #2B6A0D;
}
</style>
background-color css
<style>
a { background-color: #2B6A0D; }
a { background-color: rgb(43,106,13); }
div.DivClassName
{
background-color: #2B6A0D;
}
.BgClassName
{
background-color: #2B6A0D;
}
</style>
border-color css
<style>
span { border-color: #2B6A0D; }
span { border-color: rgb(43,106,13); }
td.TdClassName
{
border-color: #2B6A0D;
}
.TagClassName
{
border-color: #2B6A0D;
}
</style>