#29660E

Color #29660E Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #29660E

Tints of Bilbao #29660E

Color information

#29660E (or 0x29660E) is unknown color: approx Bilbao. HEX triplet: 29, 66 and 0E. RGB value is (41,102,14). Sum of RGB (Red+Green+Blue) = 41+102+14=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #29660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29660E is #D699F1. Grayscale: #4A4A4A. Windows color (decimal): -14064114 or 943657. OLE color: 943657.

HSL color Cylindrical-coordinate representation of color #29660E: hue angle of 101.59º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29660E is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB4110214-
CMYK0.6000.860.6
HSL101.59º75.86%22.75%-
HSV(B)101.59º86.27%40%-
XYZ5.7510.012.04-
YUV73.7394.29104.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 102 (40.23% from 255) = 64.97%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=26.11%
G=64.97%
B=8.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102140.6000.860.6101.5975.8622.75
Hex2966E3C0563C664c17
Octal51146167401267414611427
Binary10100111001101110111100010101101111001100110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29660E; }

 p { color: rgb(41,102,14); }

 H1.HeaderClassName
 {
   color: #29660E;
 }
 .AnyTagClassName
 {
   color: #29660E;
 }
</style>
background-color css

<style>
 a { background-color: #29660E; }

 a { background-color: rgb(41,102,14); }

 div.DivClassName
 {
   background-color: #29660E;
 }
 .BgClassName
 {
   background-color: #29660E;
 }
</style>
border-color css

<style>
 span { border-color: #29660E; }

 span { border-color: rgb(41,102,14); }

 td.TdClassName
 {
   border-color: #29660E;
 }
 .TagClassName
 {
   border-color: #29660E;
 }
</style>