Shades of Bilbao #2B7813
Tints of Bilbao #2B7813
RGB
CMYK
RGB Variations
Color information
#2B7813 (or 0x2B7813) is known color: Bilbao. HEX triplet: 2B, 78 and 13. RGB value is (43,120,19). Sum of RGB (Red+Green+Blue) = 43+120+19=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 120 (47.27% from 255 or 65.93% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7813 is #D487EC. Grayscale: #555555. Windows color (decimal): -13928429 or 1275947. OLE color: 1275947.
HSL color Cylindrical-coordinate representation of color #2B7813: hue angle of 105.74º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B7813 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 19 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.53 |
| HSL | 105.74º | 0.73% | 0.27% | - |
| HSV(B) | 105.74º | 0.84% | 0.47% | - |
| XYZ | 7.83 | 13.99 | 2.9 | - |
| YUV | 85.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 19 | 0.64 | 0 | 0.84 | 0.53 | 105.74 | 0.73 | 0.27 |
| Hex | 2B | 78 | 13 | 40 | 0 | 54 | 35 | 6A | 49 | 1B |
| Octal | 53 | 170 | 23 | 100 | 0 | 124 | 65 | 152 | 111 | 33 |
| Binary | 101011 | 1111000 | 10011 | 1000000 | 0 | 1010100 | 110101 | 1101010 | 1001001 | 11011 |
Color Harmonies of #2B7813
Complementary color
Monochromatic Colors of #2B7813
Black with #2B7813
Text Example
Text Example
White with #2B7813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7813; }
p { color: rgb(43,120,19); }
H1.HeaderClassName
{
color: #2B7813;
}
.AnyTagClassName
{
color: #2B7813;
}
</style>
background-color css
<style>
a { background-color: #2B7813; }
a { background-color: rgb(43,120,19); }
div.DivClassName
{
background-color: #2B7813;
}
.BgClassName
{
background-color: #2B7813;
}
</style>
border-color css
<style>
span { border-color: #2B7813; }
span { border-color: rgb(43,120,19); }
td.TdClassName
{
border-color: #2B7813;
}
.TagClassName
{
border-color: #2B7813;
}
</style>