Shades of Bilbao #296E11
Tints of Bilbao #296E11
RGB
CMYK
RGB Variations
Color information
#296E11 (or 0x296E11) is known color: Bilbao. HEX triplet: 29, 6E and 11. RGB value is (41,110,17). Sum of RGB (Red+Green+Blue) = 41+110+17=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 110 (43.36% from 255 or 65.48% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 110 - color contains mainly: green. Hex color #296E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296E11 is #D691EE. Grayscale: #4F4F4F. Windows color (decimal): -14062063 or 1142313. OLE color: 1142313.
HSL color Cylindrical-coordinate representation of color #296E11: hue angle of 104.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #296E11 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 110 | 17 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.57 |
| HSL | 104.52º | 0.73% | 0.25% | - |
| HSV(B) | 104.52º | 0.85% | 0.43% | - |
| XYZ | 6.59 | 11.66 | 2.43 | - |
| YUV | 78.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 17 | 0.63 | 0 | 0.85 | 0.57 | 104.52 | 0.73 | 0.25 |
| Hex | 29 | 6E | 11 | 3F | 0 | 55 | 39 | 69 | 49 | 19 |
| Octal | 51 | 156 | 21 | 77 | 0 | 125 | 71 | 151 | 111 | 31 |
| Binary | 101001 | 1101110 | 10001 | 111111 | 0 | 1010101 | 111001 | 1101001 | 1001001 | 11001 |
Color Harmonies of #296E11
Complementary color
Monochromatic Colors of #296E11
Black with #296E11
Text Example
Text Example
White with #296E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E11; }
p { color: rgb(41,110,17); }
H1.HeaderClassName
{
color: #296E11;
}
.AnyTagClassName
{
color: #296E11;
}
</style>
background-color css
<style>
a { background-color: #296E11; }
a { background-color: rgb(41,110,17); }
div.DivClassName
{
background-color: #296E11;
}
.BgClassName
{
background-color: #296E11;
}
</style>
border-color css
<style>
span { border-color: #296E11; }
span { border-color: rgb(41,110,17); }
td.TdClassName
{
border-color: #296E11;
}
.TagClassName
{
border-color: #296E11;
}
</style>