Shades of Bilbao #2B691A
Tints of Bilbao #2B691A
RGB
CMYK
RGB Variations
Color information
#2B691A (or 0x2B691A) is known color: Bilbao. HEX triplet: 2B, 69 and 1A. RGB value is (43,105,26). Sum of RGB (Red+Green+Blue) = 43+105+26=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #2B691A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B691A is #D496E5. Grayscale: #4D4D4D. Windows color (decimal): -13932262 or 1730859. OLE color: 1730859.
HSL color Cylindrical-coordinate representation of color #2B691A: hue angle of 107.09º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B691A is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 26 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.59 |
| HSL | 107.09º | 0.6% | 0.26% | - |
| HSV(B) | 107.09º | 0.75% | 0.41% | - |
| XYZ | 6.23 | 10.69 | 2.71 | - |
| YUV | 77.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 26 | 0.59 | 0 | 0.75 | 0.59 | 107.09 | 0.6 | 0.26 |
| Hex | 2B | 69 | 1A | 3B | 0 | 4B | 3B | 6B | 3C | 1A |
| Octal | 53 | 151 | 32 | 73 | 0 | 113 | 73 | 153 | 74 | 32 |
| Binary | 101011 | 1101001 | 11010 | 111011 | 0 | 1001011 | 111011 | 1101011 | 111100 | 11010 |
Color Harmonies of #2B691A
Complementary color
Monochromatic Colors of #2B691A
Black with #2B691A
Text Example
Text Example
White with #2B691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B691A; }
p { color: rgb(43,105,26); }
H1.HeaderClassName
{
color: #2B691A;
}
.AnyTagClassName
{
color: #2B691A;
}
</style>
background-color css
<style>
a { background-color: #2B691A; }
a { background-color: rgb(43,105,26); }
div.DivClassName
{
background-color: #2B691A;
}
.BgClassName
{
background-color: #2B691A;
}
</style>
border-color css
<style>
span { border-color: #2B691A; }
span { border-color: rgb(43,105,26); }
td.TdClassName
{
border-color: #2B691A;
}
.TagClassName
{
border-color: #2B691A;
}
</style>