Shades of Bilbao #297C00
Tints of Bilbao #297C00
RGB
CMYK
RGB Variations
Color information
#297C00 (or 0x297C00) is known color: Bilbao. HEX triplet: 29, 7C and 00. RGB value is (41,124,0). Sum of RGB (Red+Green+Blue) = 41+124+0=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 124 (48.83% from 255 or 75.15% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 124 - color contains mainly: green. Hex color #297C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297C00 is #D683FF. Grayscale: #555555. Windows color (decimal): -14058496 or 31785. OLE color: 31785.
HSL color Cylindrical-coordinate representation of color #297C00: hue angle of 100.16º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #297C00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.51 |
| HSL | 100.16º | 1% | 0.24% | - |
| HSV(B) | 100.16º | 1% | 0.49% | - |
| XYZ | 8.12 | 14.89 | 2.45 | - |
| YUV | 85.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 0 | 0.67 | 0 | 1 | 0.51 | 100.16 | 1 | 0.24 |
| Hex | 29 | 7C | 0 | 43 | 0 | 64 | 33 | 64 | 64 | 18 |
| Octal | 51 | 174 | 0 | 103 | 0 | 144 | 63 | 144 | 144 | 30 |
| Binary | 101001 | 1111100 | 0 | 1000011 | 0 | 1100100 | 110011 | 1100100 | 1100100 | 11000 |
Color Harmonies of #297C00
Complementary color
Monochromatic Colors of #297C00
Black with #297C00
Text Example
Text Example
White with #297C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C00; }
p { color: rgb(41,124,0); }
H1.HeaderClassName
{
color: #297C00;
}
.AnyTagClassName
{
color: #297C00;
}
</style>
background-color css
<style>
a { background-color: #297C00; }
a { background-color: rgb(41,124,0); }
div.DivClassName
{
background-color: #297C00;
}
.BgClassName
{
background-color: #297C00;
}
</style>
border-color css
<style>
span { border-color: #297C00; }
span { border-color: rgb(41,124,0); }
td.TdClassName
{
border-color: #297C00;
}
.TagClassName
{
border-color: #297C00;
}
</style>