Shades of Bilbao #297000
Tints of Bilbao #297000
RGB
CMYK
RGB Variations
Color information
#297000 (or 0x297000) is known color: Bilbao. HEX triplet: 29, 70 and 00. RGB value is (41,112,0). Sum of RGB (Red+Green+Blue) = 41+112+0=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #297000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297000 is #D68FFF. Grayscale: #4E4E4E. Windows color (decimal): -14061568 or 28713. OLE color: 28713.
HSL color Cylindrical-coordinate representation of color #297000: hue angle of 98.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #297000 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 112 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.56 |
| HSL | 98.04º | 1% | 0.22% | - |
| HSV(B) | 98.04º | 1% | 0.44% | - |
| XYZ | 6.71 | 12.06 | 1.97 | - |
| YUV | 78 | 83.98 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 0 | 0.63 | 0 | 1 | 0.56 | 98.04 | 1 | 0.22 |
| Hex | 29 | 70 | 0 | 3F | 0 | 64 | 38 | 62 | 64 | 16 |
| Octal | 51 | 160 | 0 | 77 | 0 | 144 | 70 | 142 | 144 | 26 |
| Binary | 101001 | 1110000 | 0 | 111111 | 0 | 1100100 | 111000 | 1100010 | 1100100 | 10110 |
Color Harmonies of #297000
Complementary color
Monochromatic Colors of #297000
Black with #297000
Text Example
Text Example
White with #297000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297000; }
p { color: rgb(41,112,0); }
H1.HeaderClassName
{
color: #297000;
}
.AnyTagClassName
{
color: #297000;
}
</style>
background-color css
<style>
a { background-color: #297000; }
a { background-color: rgb(41,112,0); }
div.DivClassName
{
background-color: #297000;
}
.BgClassName
{
background-color: #297000;
}
</style>
border-color css
<style>
span { border-color: #297000; }
span { border-color: rgb(41,112,0); }
td.TdClassName
{
border-color: #297000;
}
.TagClassName
{
border-color: #297000;
}
</style>