Shades of Bilbao #2B8505
Tints of Bilbao #2B8505
RGB
CMYK
RGB Variations
Color information
#2B8505 (or 0x2B8505) is known color: Bilbao. HEX triplet: 2B, 85 and 05. RGB value is (43,133,5). Sum of RGB (Red+Green+Blue) = 43+133+5=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8505 is #D47AFA. Grayscale: #5B5B5B. Windows color (decimal): -13925115 or 361771. OLE color: 361771.
HSL color Cylindrical-coordinate representation of color #2B8505: hue angle of 102.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B8505 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 5 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.48 |
| HSL | 102.19º | 0.93% | 0.27% | - |
| HSV(B) | 102.19º | 0.96% | 0.52% | - |
| XYZ | 9.41 | 17.3 | 2.99 | - |
| YUV | 91.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 5 | 0.68 | 0 | 0.96 | 0.48 | 102.19 | 0.93 | 0.27 |
| Hex | 2B | 85 | 5 | 44 | 0 | 60 | 30 | 66 | 5D | 1B |
| Octal | 53 | 205 | 5 | 104 | 0 | 140 | 60 | 146 | 135 | 33 |
| Binary | 101011 | 10000101 | 101 | 1000100 | 0 | 1100000 | 110000 | 1100110 | 1011101 | 11011 |
Color Harmonies of #2B8505
Complementary color
Monochromatic Colors of #2B8505
Black with #2B8505
Text Example
Text Example
White with #2B8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8505; }
p { color: rgb(43,133,5); }
H1.HeaderClassName
{
color: #2B8505;
}
.AnyTagClassName
{
color: #2B8505;
}
</style>
background-color css
<style>
a { background-color: #2B8505; }
a { background-color: rgb(43,133,5); }
div.DivClassName
{
background-color: #2B8505;
}
.BgClassName
{
background-color: #2B8505;
}
</style>
border-color css
<style>
span { border-color: #2B8505; }
span { border-color: rgb(43,133,5); }
td.TdClassName
{
border-color: #2B8505;
}
.TagClassName
{
border-color: #2B8505;
}
</style>