Shades of Bilbao #29730C
Tints of Bilbao #29730C
RGB
CMYK
RGB Variations
Color information
#29730C (or 0x29730C) is known color: Bilbao. HEX triplet: 29, 73 and 0C. RGB value is (41,115,12). Sum of RGB (Red+Green+Blue) = 41+115+12=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #29730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29730C is #D68CF3. Grayscale: #515151. Windows color (decimal): -14060788 or 815913. OLE color: 815913.
HSL color Cylindrical-coordinate representation of color #29730C: hue angle of 103.11º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29730C is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 115 | 12 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.55 |
| HSL | 103.11º | 0.81% | 0.25% | - |
| HSV(B) | 103.11º | 0.9% | 0.45% | - |
| XYZ | 7.11 | 12.76 | 2.44 | - |
| YUV | 81.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 12 | 0.64 | 0 | 0.90 | 0.55 | 103.11 | 0.81 | 0.25 |
| Hex | 29 | 73 | C | 40 | 0 | 5A | 37 | 67 | 51 | 19 |
| Octal | 51 | 163 | 14 | 100 | 0 | 132 | 67 | 147 | 121 | 31 |
| Binary | 101001 | 1110011 | 1100 | 1000000 | 0 | 1011010 | 110111 | 1100111 | 1010001 | 11001 |
Color Harmonies of #29730C
Complementary color
Monochromatic Colors of #29730C
Black with #29730C
Text Example
Text Example
White with #29730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29730C; }
p { color: rgb(41,115,12); }
H1.HeaderClassName
{
color: #29730C;
}
.AnyTagClassName
{
color: #29730C;
}
</style>
background-color css
<style>
a { background-color: #29730C; }
a { background-color: rgb(41,115,12); }
div.DivClassName
{
background-color: #29730C;
}
.BgClassName
{
background-color: #29730C;
}
</style>
border-color css
<style>
span { border-color: #29730C; }
span { border-color: rgb(41,115,12); }
td.TdClassName
{
border-color: #29730C;
}
.TagClassName
{
border-color: #29730C;
}
</style>