Shades of Bilbao #2B771A
Tints of Bilbao #2B771A
RGB
CMYK
RGB Variations
Color information
#2B771A (or 0x2B771A) is known color: Bilbao. HEX triplet: 2B, 77 and 1A. RGB value is (43,119,26). Sum of RGB (Red+Green+Blue) = 43+119+26=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #2B771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B771A is #D488E5. Grayscale: #555555. Windows color (decimal): -13928678 or 1734443. OLE color: 1734443.
HSL color Cylindrical-coordinate representation of color #2B771A: hue angle of 109.03º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B771A is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 26 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.53 |
| HSL | 109.03º | 0.64% | 0.28% | - |
| HSV(B) | 109.03º | 0.78% | 0.47% | - |
| XYZ | 7.78 | 13.78 | 3.23 | - |
| YUV | 85.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 26 | 0.64 | 0 | 0.78 | 0.53 | 109.03 | 0.64 | 0.28 |
| Hex | 2B | 77 | 1A | 40 | 0 | 4E | 35 | 6D | 40 | 1C |
| Octal | 53 | 167 | 32 | 100 | 0 | 116 | 65 | 155 | 100 | 34 |
| Binary | 101011 | 1110111 | 11010 | 1000000 | 0 | 1001110 | 110101 | 1101101 | 1000000 | 11100 |
Color Harmonies of #2B771A
Complementary color
Monochromatic Colors of #2B771A
Black with #2B771A
Text Example
Text Example
White with #2B771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B771A; }
p { color: rgb(43,119,26); }
H1.HeaderClassName
{
color: #2B771A;
}
.AnyTagClassName
{
color: #2B771A;
}
</style>
background-color css
<style>
a { background-color: #2B771A; }
a { background-color: rgb(43,119,26); }
div.DivClassName
{
background-color: #2B771A;
}
.BgClassName
{
background-color: #2B771A;
}
</style>
border-color css
<style>
span { border-color: #2B771A; }
span { border-color: rgb(43,119,26); }
td.TdClassName
{
border-color: #2B771A;
}
.TagClassName
{
border-color: #2B771A;
}
</style>