Shades of Bilbao #2B750B
Tints of Bilbao #2B750B
RGB
CMYK
RGB Variations
Color information
#2B750B (or 0x2B750B) is known color: Bilbao. HEX triplet: 2B, 75 and 0B. RGB value is (43,117,11). Sum of RGB (Red+Green+Blue) = 43+117+11=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #2B750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B750B is #D48AF4. Grayscale: #535353. Windows color (decimal): -13929205 or 750891. OLE color: 750891.
HSL color Cylindrical-coordinate representation of color #2B750B: hue angle of 101.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B750B is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 117 | 11 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.54 |
| HSL | 101.89º | 0.83% | 0.25% | - |
| HSV(B) | 101.89º | 0.91% | 0.46% | - |
| XYZ | 7.42 | 13.26 | 2.49 | - |
| YUV | 82.79 | 87.48 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 11 | 0.63 | 0 | 0.91 | 0.54 | 101.89 | 0.83 | 0.25 |
| Hex | 2B | 75 | B | 3F | 0 | 5B | 36 | 66 | 53 | 19 |
| Octal | 53 | 165 | 13 | 77 | 0 | 133 | 66 | 146 | 123 | 31 |
| Binary | 101011 | 1110101 | 1011 | 111111 | 0 | 1011011 | 110110 | 1100110 | 1010011 | 11001 |
Color Harmonies of #2B750B
Complementary color
Monochromatic Colors of #2B750B
Black with #2B750B
Text Example
Text Example
White with #2B750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B750B; }
p { color: rgb(43,117,11); }
H1.HeaderClassName
{
color: #2B750B;
}
.AnyTagClassName
{
color: #2B750B;
}
</style>
background-color css
<style>
a { background-color: #2B750B; }
a { background-color: rgb(43,117,11); }
div.DivClassName
{
background-color: #2B750B;
}
.BgClassName
{
background-color: #2B750B;
}
</style>
border-color css
<style>
span { border-color: #2B750B; }
span { border-color: rgb(43,117,11); }
td.TdClassName
{
border-color: #2B750B;
}
.TagClassName
{
border-color: #2B750B;
}
</style>