Shades of Bilbao #2B781B
Tints of Bilbao #2B781B
RGB
CMYK
RGB Variations
Color information
#2B781B (or 0x2B781B) is known color: Bilbao. HEX triplet: 2B, 78 and 1B. RGB value is (43,120,27). Sum of RGB (Red+Green+Blue) = 43+120+27=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #2B781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B781B is #D487E4. Grayscale: #565656. Windows color (decimal): -13928421 or 1800235. OLE color: 1800235.
HSL color Cylindrical-coordinate representation of color #2B781B: hue angle of 109.68º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B781B is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 27 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.53 |
| HSL | 109.68º | 0.63% | 0.29% | - |
| HSV(B) | 109.68º | 0.78% | 0.47% | - |
| XYZ | 7.91 | 14.03 | 3.33 | - |
| YUV | 86.38 | 94.49 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 27 | 0.64 | 0 | 0.78 | 0.53 | 109.68 | 0.63 | 0.29 |
| Hex | 2B | 78 | 1B | 40 | 0 | 4E | 35 | 6E | 3F | 1D |
| Octal | 53 | 170 | 33 | 100 | 0 | 116 | 65 | 156 | 77 | 35 |
| Binary | 101011 | 1111000 | 11011 | 1000000 | 0 | 1001110 | 110101 | 1101110 | 111111 | 11101 |
Color Harmonies of #2B781B
Complementary color
Monochromatic Colors of #2B781B
Black with #2B781B
Text Example
Text Example
White with #2B781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B781B; }
p { color: rgb(43,120,27); }
H1.HeaderClassName
{
color: #2B781B;
}
.AnyTagClassName
{
color: #2B781B;
}
</style>
background-color css
<style>
a { background-color: #2B781B; }
a { background-color: rgb(43,120,27); }
div.DivClassName
{
background-color: #2B781B;
}
.BgClassName
{
background-color: #2B781B;
}
</style>
border-color css
<style>
span { border-color: #2B781B; }
span { border-color: rgb(43,120,27); }
td.TdClassName
{
border-color: #2B781B;
}
.TagClassName
{
border-color: #2B781B;
}
</style>