Shades of Bilbao #29701A
Tints of Bilbao #29701A
RGB
CMYK
RGB Variations
Color information
#29701A (or 0x29701A) is known color: Bilbao. HEX triplet: 29, 70 and 1A. RGB value is (41,112,26). Sum of RGB (Red+Green+Blue) = 41+112+26=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #29701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29701A is #D68FE5. Grayscale: #515151. Windows color (decimal): -14061542 or 1732649. OLE color: 1732649.
HSL color Cylindrical-coordinate representation of color #29701A: hue angle of 109.53º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29701A is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 112 | 26 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.56 |
| HSL | 109.53º | 0.62% | 0.27% | - |
| HSV(B) | 109.53º | 0.77% | 0.44% | - |
| XYZ | 6.9 | 12.13 | 2.96 | - |
| YUV | 80.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 26 | 0.63 | 0 | 0.77 | 0.56 | 109.53 | 0.62 | 0.27 |
| Hex | 29 | 70 | 1A | 3F | 0 | 4D | 38 | 6E | 3E | 1B |
| Octal | 51 | 160 | 32 | 77 | 0 | 115 | 70 | 156 | 76 | 33 |
| Binary | 101001 | 1110000 | 11010 | 111111 | 0 | 1001101 | 111000 | 1101110 | 111110 | 11011 |
Color Harmonies of #29701A
Complementary color
Monochromatic Colors of #29701A
Black with #29701A
Text Example
Text Example
White with #29701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29701A; }
p { color: rgb(41,112,26); }
H1.HeaderClassName
{
color: #29701A;
}
.AnyTagClassName
{
color: #29701A;
}
</style>
background-color css
<style>
a { background-color: #29701A; }
a { background-color: rgb(41,112,26); }
div.DivClassName
{
background-color: #29701A;
}
.BgClassName
{
background-color: #29701A;
}
</style>
border-color css
<style>
span { border-color: #29701A; }
span { border-color: rgb(41,112,26); }
td.TdClassName
{
border-color: #29701A;
}
.TagClassName
{
border-color: #29701A;
}
</style>