Shades of Bilbao #29700D
Tints of Bilbao #29700D
RGB
CMYK
RGB Variations
Color information
#29700D (or 0x29700D) is known color: Bilbao. HEX triplet: 29, 70 and 0D. RGB value is (41,112,13). Sum of RGB (Red+Green+Blue) = 41+112+13=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #29700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29700D is #D68FF2. Grayscale: #4F4F4F. Windows color (decimal): -14061555 or 880681. OLE color: 880681.
HSL color Cylindrical-coordinate representation of color #29700D: hue angle of 103.03º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29700D is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 112 | 13 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.56 |
| HSL | 103.03º | 0.79% | 0.25% | - |
| HSV(B) | 103.03º | 0.88% | 0.44% | - |
| XYZ | 6.78 | 12.09 | 2.36 | - |
| YUV | 79.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 13 | 0.63 | 0 | 0.88 | 0.56 | 103.03 | 0.79 | 0.25 |
| Hex | 29 | 70 | D | 3F | 0 | 58 | 38 | 67 | 4F | 19 |
| Octal | 51 | 160 | 15 | 77 | 0 | 130 | 70 | 147 | 117 | 31 |
| Binary | 101001 | 1110000 | 1101 | 111111 | 0 | 1011000 | 111000 | 1100111 | 1001111 | 11001 |
Color Harmonies of #29700D
Complementary color
Monochromatic Colors of #29700D
Black with #29700D
Text Example
Text Example
White with #29700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29700D; }
p { color: rgb(41,112,13); }
H1.HeaderClassName
{
color: #29700D;
}
.AnyTagClassName
{
color: #29700D;
}
</style>
background-color css
<style>
a { background-color: #29700D; }
a { background-color: rgb(41,112,13); }
div.DivClassName
{
background-color: #29700D;
}
.BgClassName
{
background-color: #29700D;
}
</style>
border-color css
<style>
span { border-color: #29700D; }
span { border-color: rgb(41,112,13); }
td.TdClassName
{
border-color: #29700D;
}
.TagClassName
{
border-color: #29700D;
}
</style>