Shades of Bilbao #297412
Tints of Bilbao #297412
RGB
CMYK
RGB Variations
Color information
#297412 (or 0x297412) is known color: Bilbao. HEX triplet: 29, 74 and 12. RGB value is (41,116,18). Sum of RGB (Red+Green+Blue) = 41+116+18=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #297412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297412 is #D68BED. Grayscale: #525252. Windows color (decimal): -14060526 or 1209385. OLE color: 1209385.
HSL color Cylindrical-coordinate representation of color #297412: hue angle of 105.92º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297412 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 116 | 18 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.55 |
| HSL | 105.92º | 0.73% | 0.26% | - |
| HSV(B) | 105.92º | 0.84% | 0.45% | - |
| XYZ | 7.27 | 13.01 | 2.7 | - |
| YUV | 82.4 | 91.65 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 116 | 18 | 0.65 | 0 | 0.84 | 0.55 | 105.92 | 0.73 | 0.26 |
| Hex | 29 | 74 | 12 | 41 | 0 | 54 | 37 | 6A | 49 | 1A |
| Octal | 51 | 164 | 22 | 101 | 0 | 124 | 67 | 152 | 111 | 32 |
| Binary | 101001 | 1110100 | 10010 | 1000001 | 0 | 1010100 | 110111 | 1101010 | 1001001 | 11010 |
Color Harmonies of #297412
Complementary color
Monochromatic Colors of #297412
Black with #297412
Text Example
Text Example
White with #297412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297412; }
p { color: rgb(41,116,18); }
H1.HeaderClassName
{
color: #297412;
}
.AnyTagClassName
{
color: #297412;
}
</style>
background-color css
<style>
a { background-color: #297412; }
a { background-color: rgb(41,116,18); }
div.DivClassName
{
background-color: #297412;
}
.BgClassName
{
background-color: #297412;
}
</style>
border-color css
<style>
span { border-color: #297412; }
span { border-color: rgb(41,116,18); }
td.TdClassName
{
border-color: #297412;
}
.TagClassName
{
border-color: #297412;
}
</style>