Shades of Bilbao #29780C
Tints of Bilbao #29780C
RGB
CMYK
RGB Variations
Color information
#29780C (or 0x29780C) is known color: Bilbao. HEX triplet: 29, 78 and 0C. RGB value is (41,120,12). Sum of RGB (Red+Green+Blue) = 41+120+12=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 120 (47.27% from 255 or 69.36% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 120 - color contains mainly: green. Hex color #29780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29780C is #D687F3. Grayscale: #545454. Windows color (decimal): -14059508 or 817193. OLE color: 817193.
HSL color Cylindrical-coordinate representation of color #29780C: hue angle of 103.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29780C is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 120 | 12 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.53 |
| HSL | 103.89º | 0.82% | 0.26% | - |
| HSV(B) | 103.89º | 0.9% | 0.47% | - |
| XYZ | 7.7 | 13.93 | 2.63 | - |
| YUV | 84.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 12 | 0.66 | 0 | 0.90 | 0.53 | 103.89 | 0.82 | 0.26 |
| Hex | 29 | 78 | C | 42 | 0 | 5A | 35 | 68 | 52 | 1A |
| Octal | 51 | 170 | 14 | 102 | 0 | 132 | 65 | 150 | 122 | 32 |
| Binary | 101001 | 1111000 | 1100 | 1000010 | 0 | 1011010 | 110101 | 1101000 | 1010010 | 11010 |
Color Harmonies of #29780C
Complementary color
Monochromatic Colors of #29780C
Black with #29780C
Text Example
Text Example
White with #29780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29780C; }
p { color: rgb(41,120,12); }
H1.HeaderClassName
{
color: #29780C;
}
.AnyTagClassName
{
color: #29780C;
}
</style>
background-color css
<style>
a { background-color: #29780C; }
a { background-color: rgb(41,120,12); }
div.DivClassName
{
background-color: #29780C;
}
.BgClassName
{
background-color: #29780C;
}
</style>
border-color css
<style>
span { border-color: #29780C; }
span { border-color: rgb(41,120,12); }
td.TdClassName
{
border-color: #29780C;
}
.TagClassName
{
border-color: #29780C;
}
</style>