Shades of Bilbao #2B7816
Tints of Bilbao #2B7816
RGB
CMYK
RGB Variations
Color information
#2B7816 (or 0x2B7816) is known color: Bilbao. HEX triplet: 2B, 78 and 16. RGB value is (43,120,22). Sum of RGB (Red+Green+Blue) = 43+120+22=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 120 (47.27% from 255 or 64.86% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 120 - color contains mainly: green. Hex color #2B7816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7816 is #D487E9. Grayscale: #565656. Windows color (decimal): -13928426 or 1472555. OLE color: 1472555.
HSL color Cylindrical-coordinate representation of color #2B7816: hue angle of 107.14º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B7816 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 22 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.53 |
| HSL | 107.14º | 0.69% | 0.28% | - |
| HSV(B) | 107.14º | 0.82% | 0.47% | - |
| XYZ | 7.86 | 14 | 3.05 | - |
| YUV | 85.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 22 | 0.64 | 0 | 0.82 | 0.53 | 107.14 | 0.69 | 0.28 |
| Hex | 2B | 78 | 16 | 40 | 0 | 52 | 35 | 6B | 45 | 1C |
| Octal | 53 | 170 | 26 | 100 | 0 | 122 | 65 | 153 | 105 | 34 |
| Binary | 101011 | 1111000 | 10110 | 1000000 | 0 | 1010010 | 110101 | 1101011 | 1000101 | 11100 |
Color Harmonies of #2B7816
Complementary color
Monochromatic Colors of #2B7816
Black with #2B7816
Text Example
Text Example
White with #2B7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7816; }
p { color: rgb(43,120,22); }
H1.HeaderClassName
{
color: #2B7816;
}
.AnyTagClassName
{
color: #2B7816;
}
</style>
background-color css
<style>
a { background-color: #2B7816; }
a { background-color: rgb(43,120,22); }
div.DivClassName
{
background-color: #2B7816;
}
.BgClassName
{
background-color: #2B7816;
}
</style>
border-color css
<style>
span { border-color: #2B7816; }
span { border-color: rgb(43,120,22); }
td.TdClassName
{
border-color: #2B7816;
}
.TagClassName
{
border-color: #2B7816;
}
</style>