Shades of Bilbao #2B770A
Tints of Bilbao #2B770A
RGB
CMYK
RGB Variations
Color information
#2B770A (or 0x2B770A) is known color: Bilbao. HEX triplet: 2B, 77 and 0A. RGB value is (43,119,10). Sum of RGB (Red+Green+Blue) = 43+119+10=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 119 (46.88% from 255 or 69.19% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 119 - color contains mainly: green. Hex color #2B770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B770A is #D488F5. Grayscale: #545454. Windows color (decimal): -13928694 or 685867. OLE color: 685867.
HSL color Cylindrical-coordinate representation of color #2B770A: hue angle of 101.83º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B770A is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 10 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.53 |
| HSL | 101.83º | 0.84% | 0.25% | - |
| HSV(B) | 101.83º | 0.92% | 0.47% | - |
| XYZ | 7.65 | 13.73 | 2.53 | - |
| YUV | 83.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 10 | 0.64 | 0 | 0.92 | 0.53 | 101.83 | 0.84 | 0.25 |
| Hex | 2B | 77 | A | 40 | 0 | 5C | 35 | 66 | 54 | 19 |
| Octal | 53 | 167 | 12 | 100 | 0 | 134 | 65 | 146 | 124 | 31 |
| Binary | 101011 | 1110111 | 1010 | 1000000 | 0 | 1011100 | 110101 | 1100110 | 1010100 | 11001 |
Color Harmonies of #2B770A
Complementary color
Monochromatic Colors of #2B770A
Black with #2B770A
Text Example
Text Example
White with #2B770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B770A; }
p { color: rgb(43,119,10); }
H1.HeaderClassName
{
color: #2B770A;
}
.AnyTagClassName
{
color: #2B770A;
}
</style>
background-color css
<style>
a { background-color: #2B770A; }
a { background-color: rgb(43,119,10); }
div.DivClassName
{
background-color: #2B770A;
}
.BgClassName
{
background-color: #2B770A;
}
</style>
border-color css
<style>
span { border-color: #2B770A; }
span { border-color: rgb(43,119,10); }
td.TdClassName
{
border-color: #2B770A;
}
.TagClassName
{
border-color: #2B770A;
}
</style>