Shades of Bilbao #296D0F
Tints of Bilbao #296D0F
RGB
CMYK
RGB Variations
Color information
#296D0F (or 0x296D0F) is known color: Bilbao. HEX triplet: 29, 6D and 0F. RGB value is (41,109,15). Sum of RGB (Red+Green+Blue) = 41+109+15=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #296D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296D0F is #D692F0. Grayscale: #4E4E4E. Windows color (decimal): -14062321 or 1010985. OLE color: 1010985.
HSL color Cylindrical-coordinate representation of color #296D0F: hue angle of 103.4º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #296D0F is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 15 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.57 |
| HSL | 103.4º | 0.76% | 0.24% | - |
| HSV(B) | 103.4º | 0.86% | 0.43% | - |
| XYZ | 6.47 | 11.44 | 2.32 | - |
| YUV | 77.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 15 | 0.62 | 0 | 0.86 | 0.57 | 103.4 | 0.76 | 0.24 |
| Hex | 29 | 6D | F | 3E | 0 | 56 | 39 | 67 | 4C | 18 |
| Octal | 51 | 155 | 17 | 76 | 0 | 126 | 71 | 147 | 114 | 30 |
| Binary | 101001 | 1101101 | 1111 | 111110 | 0 | 1010110 | 111001 | 1100111 | 1001100 | 11000 |
Color Harmonies of #296D0F
Complementary color
Monochromatic Colors of #296D0F
Black with #296D0F
Text Example
Text Example
White with #296D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D0F; }
p { color: rgb(41,109,15); }
H1.HeaderClassName
{
color: #296D0F;
}
.AnyTagClassName
{
color: #296D0F;
}
</style>
background-color css
<style>
a { background-color: #296D0F; }
a { background-color: rgb(41,109,15); }
div.DivClassName
{
background-color: #296D0F;
}
.BgClassName
{
background-color: #296D0F;
}
</style>
border-color css
<style>
span { border-color: #296D0F; }
span { border-color: rgb(41,109,15); }
td.TdClassName
{
border-color: #296D0F;
}
.TagClassName
{
border-color: #296D0F;
}
</style>