Shades of Bilbao #296E00
Tints of Bilbao #296E00
RGB
CMYK
RGB Variations
Color information
#296E00 (or 0x296E00) is known color: Bilbao. HEX triplet: 29, 6E and 00. RGB value is (41,110,0). Sum of RGB (Red+Green+Blue) = 41+110+0=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 110 (43.36% from 255 or 72.85% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 110 - color contains mainly: green. Hex color #296E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296E00 is #D691FF. Grayscale: #4D4D4D. Windows color (decimal): -14062080 or 28201. OLE color: 28201.
HSL color Cylindrical-coordinate representation of color #296E00: hue angle of 97.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #296E00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 110 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.57 |
| HSL | 97.64º | 1% | 0.22% | - |
| HSV(B) | 97.64º | 1% | 0.43% | - |
| XYZ | 6.49 | 11.62 | 1.9 | - |
| YUV | 76.83 | 84.64 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 0 | 0.63 | 0 | 1 | 0.57 | 97.64 | 1 | 0.22 |
| Hex | 29 | 6E | 0 | 3F | 0 | 64 | 39 | 62 | 64 | 16 |
| Octal | 51 | 156 | 0 | 77 | 0 | 144 | 71 | 142 | 144 | 26 |
| Binary | 101001 | 1101110 | 0 | 111111 | 0 | 1100100 | 111001 | 1100010 | 1100100 | 10110 |
Color Harmonies of #296E00
Complementary color
Monochromatic Colors of #296E00
Black with #296E00
Text Example
Text Example
White with #296E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E00; }
p { color: rgb(41,110,0); }
H1.HeaderClassName
{
color: #296E00;
}
.AnyTagClassName
{
color: #296E00;
}
</style>
background-color css
<style>
a { background-color: #296E00; }
a { background-color: rgb(41,110,0); }
div.DivClassName
{
background-color: #296E00;
}
.BgClassName
{
background-color: #296E00;
}
</style>
border-color css
<style>
span { border-color: #296E00; }
span { border-color: rgb(41,110,0); }
td.TdClassName
{
border-color: #296E00;
}
.TagClassName
{
border-color: #296E00;
}
</style>