Shades of Bilbao #296F04
Tints of Bilbao #296F04
RGB
CMYK
RGB Variations
Color information
#296F04 (or 0x296F04) is known color: Bilbao. HEX triplet: 29, 6F and 04. RGB value is (41,111,4). Sum of RGB (Red+Green+Blue) = 41+111+4=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 111 (43.75% from 255 or 71.15% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 111 - color contains mainly: green. Hex color #296F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296F04 is #D690FB. Grayscale: #4E4E4E. Windows color (decimal): -14061820 or 290601. OLE color: 290601.
HSL color Cylindrical-coordinate representation of color #296F04: hue angle of 99.25º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #296F04 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 111 | 4 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.56 |
| HSL | 99.25º | 0.93% | 0.23% | - |
| HSV(B) | 99.25º | 0.96% | 0.44% | - |
| XYZ | 6.62 | 11.85 | 2.05 | - |
| YUV | 77.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 4 | 0.63 | 0 | 0.96 | 0.56 | 99.25 | 0.93 | 0.23 |
| Hex | 29 | 6F | 4 | 3F | 0 | 60 | 38 | 63 | 5D | 17 |
| Octal | 51 | 157 | 4 | 77 | 0 | 140 | 70 | 143 | 135 | 27 |
| Binary | 101001 | 1101111 | 100 | 111111 | 0 | 1100000 | 111000 | 1100011 | 1011101 | 10111 |
Color Harmonies of #296F04
Complementary color
Monochromatic Colors of #296F04
Black with #296F04
Text Example
Text Example
White with #296F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F04; }
p { color: rgb(41,111,4); }
H1.HeaderClassName
{
color: #296F04;
}
.AnyTagClassName
{
color: #296F04;
}
</style>
background-color css
<style>
a { background-color: #296F04; }
a { background-color: rgb(41,111,4); }
div.DivClassName
{
background-color: #296F04;
}
.BgClassName
{
background-color: #296F04;
}
</style>
border-color css
<style>
span { border-color: #296F04; }
span { border-color: rgb(41,111,4); }
td.TdClassName
{
border-color: #296F04;
}
.TagClassName
{
border-color: #296F04;
}
</style>