Shades of Bilbao #296C03
Tints of Bilbao #296C03
RGB
CMYK
RGB Variations
Color information
#296C03 (or 0x296C03) is known color: Bilbao. HEX triplet: 29, 6C and 03. RGB value is (41,108,3). Sum of RGB (Red+Green+Blue) = 41+108+3=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #296C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296C03 is #D693FC. Grayscale: #4C4C4C. Windows color (decimal): -14062589 or 224297. OLE color: 224297.
HSL color Cylindrical-coordinate representation of color #296C03: hue angle of 98.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #296C03 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 108 | 3 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.58 |
| HSL | 98.29º | 0.95% | 0.22% | - |
| HSV(B) | 98.29º | 0.97% | 0.42% | - |
| XYZ | 6.29 | 11.2 | 1.92 | - |
| YUV | 76 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 3 | 0.62 | 0 | 0.97 | 0.58 | 98.29 | 0.95 | 0.22 |
| Hex | 29 | 6C | 3 | 3E | 0 | 61 | 3A | 62 | 5F | 16 |
| Octal | 51 | 154 | 3 | 76 | 0 | 141 | 72 | 142 | 137 | 26 |
| Binary | 101001 | 1101100 | 11 | 111110 | 0 | 1100001 | 111010 | 1100010 | 1011111 | 10110 |
Color Harmonies of #296C03
Complementary color
Monochromatic Colors of #296C03
Black with #296C03
Text Example
Text Example
White with #296C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C03; }
p { color: rgb(41,108,3); }
H1.HeaderClassName
{
color: #296C03;
}
.AnyTagClassName
{
color: #296C03;
}
</style>
background-color css
<style>
a { background-color: #296C03; }
a { background-color: rgb(41,108,3); }
div.DivClassName
{
background-color: #296C03;
}
.BgClassName
{
background-color: #296C03;
}
</style>
border-color css
<style>
span { border-color: #296C03; }
span { border-color: rgb(41,108,3); }
td.TdClassName
{
border-color: #296C03;
}
.TagClassName
{
border-color: #296C03;
}
</style>