Shades of Bilbao #296D10
Tints of Bilbao #296D10
RGB
CMYK
RGB Variations
Color information
#296D10 (or 0x296D10) is known color: Bilbao. HEX triplet: 29, 6D and 10. RGB value is (41,109,16). Sum of RGB (Red+Green+Blue) = 41+109+16=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 109 (42.97% from 255 or 65.66% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 109 - color contains mainly: green. Hex color #296D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296D10 is #D692EF. Grayscale: #4E4E4E. Windows color (decimal): -14062320 or 1076521. OLE color: 1076521.
HSL color Cylindrical-coordinate representation of color #296D10: hue angle of 103.87º degrees, saturation: 0.74, 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 #296D10 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 16 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.57 |
| HSL | 103.87º | 0.74% | 0.25% | - |
| HSV(B) | 103.87º | 0.85% | 0.43% | - |
| XYZ | 6.48 | 11.45 | 2.36 | - |
| YUV | 78.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 16 | 0.62 | 0 | 0.85 | 0.57 | 103.87 | 0.74 | 0.25 |
| Hex | 29 | 6D | 10 | 3E | 0 | 55 | 39 | 68 | 4A | 19 |
| Octal | 51 | 155 | 20 | 76 | 0 | 125 | 71 | 150 | 112 | 31 |
| Binary | 101001 | 1101101 | 10000 | 111110 | 0 | 1010101 | 111001 | 1101000 | 1001010 | 11001 |
Color Harmonies of #296D10
Complementary color
Monochromatic Colors of #296D10
Black with #296D10
Text Example
Text Example
White with #296D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D10; }
p { color: rgb(41,109,16); }
H1.HeaderClassName
{
color: #296D10;
}
.AnyTagClassName
{
color: #296D10;
}
</style>
background-color css
<style>
a { background-color: #296D10; }
a { background-color: rgb(41,109,16); }
div.DivClassName
{
background-color: #296D10;
}
.BgClassName
{
background-color: #296D10;
}
</style>
border-color css
<style>
span { border-color: #296D10; }
span { border-color: rgb(41,109,16); }
td.TdClassName
{
border-color: #296D10;
}
.TagClassName
{
border-color: #296D10;
}
</style>