Shades of Bilbao #297C07
Tints of Bilbao #297C07
RGB
CMYK
RGB Variations
Color information
#297C07 (or 0x297C07) is known color: Bilbao. HEX triplet: 29, 7C and 07. RGB value is (41,124,7). Sum of RGB (Red+Green+Blue) = 41+124+7=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 124 (48.83% from 255 or 72.09% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 124 - color contains mainly: green. Hex color #297C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297C07 is #D683F8. Grayscale: #565656. Windows color (decimal): -14058489 or 490537. OLE color: 490537.
HSL color Cylindrical-coordinate representation of color #297C07: hue angle of 102.56º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #297C07 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 7 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.51 |
| HSL | 102.56º | 0.89% | 0.26% | - |
| HSV(B) | 102.56º | 0.94% | 0.49% | - |
| XYZ | 8.16 | 14.9 | 2.65 | - |
| YUV | 85.85 | 83.5 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 7 | 0.67 | 0 | 0.94 | 0.51 | 102.56 | 0.89 | 0.26 |
| Hex | 29 | 7C | 7 | 43 | 0 | 5E | 33 | 67 | 59 | 1A |
| Octal | 51 | 174 | 7 | 103 | 0 | 136 | 63 | 147 | 131 | 32 |
| Binary | 101001 | 1111100 | 111 | 1000011 | 0 | 1011110 | 110011 | 1100111 | 1011001 | 11010 |
Color Harmonies of #297C07
Complementary color
Monochromatic Colors of #297C07
Black with #297C07
Text Example
Text Example
White with #297C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C07; }
p { color: rgb(41,124,7); }
H1.HeaderClassName
{
color: #297C07;
}
.AnyTagClassName
{
color: #297C07;
}
</style>
background-color css
<style>
a { background-color: #297C07; }
a { background-color: rgb(41,124,7); }
div.DivClassName
{
background-color: #297C07;
}
.BgClassName
{
background-color: #297C07;
}
</style>
border-color css
<style>
span { border-color: #297C07; }
span { border-color: rgb(41,124,7); }
td.TdClassName
{
border-color: #297C07;
}
.TagClassName
{
border-color: #297C07;
}
</style>