Shades of Bilbao #29660E
Tints of Bilbao #29660E
RGB
CMYK
RGB Variations
Color information
#29660E (or 0x29660E) is known color: Bilbao. HEX triplet: 29, 66 and 0E. RGB value is (41,102,14). Sum of RGB (Red+Green+Blue) = 41+102+14=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #29660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29660E is #D699F1. Grayscale: #4A4A4A. Windows color (decimal): -14064114 or 943657. OLE color: 943657.
HSL color Cylindrical-coordinate representation of color #29660E: hue angle of 101.59º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29660E is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 41 | 102 | 14 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.6 |
| HSL | 101.59º | 0.76% | 0.23% | - |
| HSV(B) | 101.59º | 0.86% | 0.4% | - |
| XYZ | 5.75 | 10.01 | 2.04 | - |
| YUV | 73.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 14 | 0.60 | 0 | 0.86 | 0.6 | 101.59 | 0.76 | 0.23 |
| Hex | 29 | 66 | E | 3C | 0 | 56 | 3C | 66 | 4C | 17 |
| Octal | 51 | 146 | 16 | 74 | 0 | 126 | 74 | 146 | 114 | 27 |
| Binary | 101001 | 1100110 | 1110 | 111100 | 0 | 1010110 | 111100 | 1100110 | 1001100 | 10111 |
Color Harmonies of #29660E
Complementary color
Monochromatic Colors of #29660E
Black with #29660E
Text Example
Text Example
White with #29660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29660E; }
p { color: rgb(41,102,14); }
H1.HeaderClassName
{
color: #29660E;
}
.AnyTagClassName
{
color: #29660E;
}
</style>
background-color css
<style>
a { background-color: #29660E; }
a { background-color: rgb(41,102,14); }
div.DivClassName
{
background-color: #29660E;
}
.BgClassName
{
background-color: #29660E;
}
</style>
border-color css
<style>
span { border-color: #29660E; }
span { border-color: rgb(41,102,14); }
td.TdClassName
{
border-color: #29660E;
}
.TagClassName
{
border-color: #29660E;
}
</style>