Shades of Bilbao #2B701A
Tints of Bilbao #2B701A
RGB
CMYK
RGB Variations
Color information
#2B701A (or 0x2B701A) is known color: Bilbao. HEX triplet: 2B, 70 and 1A. RGB value is (43,112,26). Sum of RGB (Red+Green+Blue) = 43+112+26=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #2B701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B701A is #D48FE5. Grayscale: #515151. Windows color (decimal): -13930470 or 1732651. OLE color: 1732651.
HSL color Cylindrical-coordinate representation of color #2B701A: hue angle of 108.14º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B701A is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 112 | 26 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.56 |
| HSL | 108.14º | 0.62% | 0.27% | - |
| HSV(B) | 108.14º | 0.77% | 0.44% | - |
| XYZ | 6.98 | 12.18 | 2.96 | - |
| YUV | 81.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 26 | 0.62 | 0 | 0.77 | 0.56 | 108.14 | 0.62 | 0.27 |
| Hex | 2B | 70 | 1A | 3E | 0 | 4D | 38 | 6C | 3E | 1B |
| Octal | 53 | 160 | 32 | 76 | 0 | 115 | 70 | 154 | 76 | 33 |
| Binary | 101011 | 1110000 | 11010 | 111110 | 0 | 1001101 | 111000 | 1101100 | 111110 | 11011 |
Color Harmonies of #2B701A
Complementary color
Monochromatic Colors of #2B701A
Black with #2B701A
Text Example
Text Example
White with #2B701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B701A; }
p { color: rgb(43,112,26); }
H1.HeaderClassName
{
color: #2B701A;
}
.AnyTagClassName
{
color: #2B701A;
}
</style>
background-color css
<style>
a { background-color: #2B701A; }
a { background-color: rgb(43,112,26); }
div.DivClassName
{
background-color: #2B701A;
}
.BgClassName
{
background-color: #2B701A;
}
</style>
border-color css
<style>
span { border-color: #2B701A; }
span { border-color: rgb(43,112,26); }
td.TdClassName
{
border-color: #2B701A;
}
.TagClassName
{
border-color: #2B701A;
}
</style>