Shades of Bilbao #296D17
Tints of Bilbao #296D17
RGB
CMYK
RGB Variations
Color information
#296D17 (or 0x296D17) is known color: Bilbao. HEX triplet: 29, 6D and 17. RGB value is (41,109,23). Sum of RGB (Red+Green+Blue) = 41+109+23=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 109 (42.97% from 255 or 63.01% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 109 - color contains mainly: green. Hex color #296D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296D17 is #D692E8. Grayscale: #4F4F4F. Windows color (decimal): -14062313 or 1535273. OLE color: 1535273.
HSL color Cylindrical-coordinate representation of color #296D17: hue angle of 107.44º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296D17 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 23 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.57 |
| HSL | 107.44º | 0.65% | 0.26% | - |
| HSV(B) | 107.44º | 0.79% | 0.43% | - |
| XYZ | 6.54 | 11.47 | 2.68 | - |
| YUV | 78.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 23 | 0.62 | 0 | 0.79 | 0.57 | 107.44 | 0.65 | 0.26 |
| Hex | 29 | 6D | 17 | 3E | 0 | 4F | 39 | 6B | 41 | 1A |
| Octal | 51 | 155 | 27 | 76 | 0 | 117 | 71 | 153 | 101 | 32 |
| Binary | 101001 | 1101101 | 10111 | 111110 | 0 | 1001111 | 111001 | 1101011 | 1000001 | 11010 |
Color Harmonies of #296D17
Complementary color
Monochromatic Colors of #296D17
Black with #296D17
Text Example
Text Example
White with #296D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D17; }
p { color: rgb(41,109,23); }
H1.HeaderClassName
{
color: #296D17;
}
.AnyTagClassName
{
color: #296D17;
}
</style>
background-color css
<style>
a { background-color: #296D17; }
a { background-color: rgb(41,109,23); }
div.DivClassName
{
background-color: #296D17;
}
.BgClassName
{
background-color: #296D17;
}
</style>
border-color css
<style>
span { border-color: #296D17; }
span { border-color: rgb(41,109,23); }
td.TdClassName
{
border-color: #296D17;
}
.TagClassName
{
border-color: #296D17;
}
</style>