Shades of Bilbao #29710B
Tints of Bilbao #29710B
RGB
CMYK
RGB Variations
Color information
#29710B (or 0x29710B) is known color: Bilbao. HEX triplet: 29, 71 and 0B. RGB value is (41,113,11). Sum of RGB (Red+Green+Blue) = 41+113+11=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #29710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29710B is #D68EF4. Grayscale: #505050. Windows color (decimal): -14061301 or 749865. OLE color: 749865.
HSL color Cylindrical-coordinate representation of color #29710B: hue angle of 102.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29710B is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 113 | 11 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.56 |
| HSL | 102.35º | 0.82% | 0.24% | - |
| HSV(B) | 102.35º | 0.9% | 0.44% | - |
| XYZ | 6.88 | 12.31 | 2.33 | - |
| YUV | 79.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 11 | 0.64 | 0 | 0.90 | 0.56 | 102.35 | 0.82 | 0.24 |
| Hex | 29 | 71 | B | 40 | 0 | 5A | 38 | 66 | 52 | 18 |
| Octal | 51 | 161 | 13 | 100 | 0 | 132 | 70 | 146 | 122 | 30 |
| Binary | 101001 | 1110001 | 1011 | 1000000 | 0 | 1011010 | 111000 | 1100110 | 1010010 | 11000 |
Color Harmonies of #29710B
Complementary color
Monochromatic Colors of #29710B
Black with #29710B
Text Example
Text Example
White with #29710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29710B; }
p { color: rgb(41,113,11); }
H1.HeaderClassName
{
color: #29710B;
}
.AnyTagClassName
{
color: #29710B;
}
</style>
background-color css
<style>
a { background-color: #29710B; }
a { background-color: rgb(41,113,11); }
div.DivClassName
{
background-color: #29710B;
}
.BgClassName
{
background-color: #29710B;
}
</style>
border-color css
<style>
span { border-color: #29710B; }
span { border-color: rgb(41,113,11); }
td.TdClassName
{
border-color: #29710B;
}
.TagClassName
{
border-color: #29710B;
}
</style>