Shades of Bilbao #296E13
Tints of Bilbao #296E13
RGB
CMYK
RGB Variations
Color information
#296E13 (or 0x296E13) is known color: Bilbao. HEX triplet: 29, 6E and 13. RGB value is (41,110,19). Sum of RGB (Red+Green+Blue) = 41+110+19=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 110 (43.36% from 255 or 64.71% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 110 - color contains mainly: green. Hex color #296E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296E13 is #D691EC. Grayscale: #4F4F4F. Windows color (decimal): -14062061 or 1273385. OLE color: 1273385.
HSL color Cylindrical-coordinate representation of color #296E13: hue angle of 105.49º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296E13 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 110 | 19 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.57 |
| HSL | 105.49º | 0.71% | 0.25% | - |
| HSV(B) | 105.49º | 0.83% | 0.43% | - |
| XYZ | 6.61 | 11.67 | 2.52 | - |
| YUV | 79 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 19 | 0.63 | 0 | 0.83 | 0.57 | 105.49 | 0.71 | 0.25 |
| Hex | 29 | 6E | 13 | 3F | 0 | 53 | 39 | 69 | 47 | 19 |
| Octal | 51 | 156 | 23 | 77 | 0 | 123 | 71 | 151 | 107 | 31 |
| Binary | 101001 | 1101110 | 10011 | 111111 | 0 | 1010011 | 111001 | 1101001 | 1000111 | 11001 |
Color Harmonies of #296E13
Complementary color
Monochromatic Colors of #296E13
Black with #296E13
Text Example
Text Example
White with #296E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E13; }
p { color: rgb(41,110,19); }
H1.HeaderClassName
{
color: #296E13;
}
.AnyTagClassName
{
color: #296E13;
}
</style>
background-color css
<style>
a { background-color: #296E13; }
a { background-color: rgb(41,110,19); }
div.DivClassName
{
background-color: #296E13;
}
.BgClassName
{
background-color: #296E13;
}
</style>
border-color css
<style>
span { border-color: #296E13; }
span { border-color: rgb(41,110,19); }
td.TdClassName
{
border-color: #296E13;
}
.TagClassName
{
border-color: #296E13;
}
</style>