Shades of Bilbao #296D0A
Tints of Bilbao #296D0A
RGB
CMYK
RGB Variations
Color information
#296D0A (or 0x296D0A) is known color: Bilbao. HEX triplet: 29, 6D and 0A. RGB value is (41,109,10). Sum of RGB (Red+Green+Blue) = 41+109+10=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 109 (42.97% from 255 or 68.12% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 109 - color contains mainly: green. Hex color #296D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296D0A is #D692F5. Grayscale: #4D4D4D. Windows color (decimal): -14062326 or 683305. OLE color: 683305.
HSL color Cylindrical-coordinate representation of color #296D0A: hue angle of 101.21º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #296D0A is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 10 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.57 |
| HSL | 101.21º | 0.83% | 0.23% | - |
| HSV(B) | 101.21º | 0.91% | 0.43% | - |
| XYZ | 6.44 | 11.43 | 2.15 | - |
| YUV | 77.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 10 | 0.62 | 0 | 0.91 | 0.57 | 101.21 | 0.83 | 0.23 |
| Hex | 29 | 6D | A | 3E | 0 | 5B | 39 | 65 | 53 | 17 |
| Octal | 51 | 155 | 12 | 76 | 0 | 133 | 71 | 145 | 123 | 27 |
| Binary | 101001 | 1101101 | 1010 | 111110 | 0 | 1011011 | 111001 | 1100101 | 1010011 | 10111 |
Color Harmonies of #296D0A
Complementary color
Monochromatic Colors of #296D0A
Black with #296D0A
Text Example
Text Example
White with #296D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D0A; }
p { color: rgb(41,109,10); }
H1.HeaderClassName
{
color: #296D0A;
}
.AnyTagClassName
{
color: #296D0A;
}
</style>
background-color css
<style>
a { background-color: #296D0A; }
a { background-color: rgb(41,109,10); }
div.DivClassName
{
background-color: #296D0A;
}
.BgClassName
{
background-color: #296D0A;
}
</style>
border-color css
<style>
span { border-color: #296D0A; }
span { border-color: rgb(41,109,10); }
td.TdClassName
{
border-color: #296D0A;
}
.TagClassName
{
border-color: #296D0A;
}
</style>