#29660F

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

Shades of Bilbao #29660F

Tints of Bilbao #29660F

Color information

#29660F (or 0x29660F) is unknown color: approx Bilbao. HEX triplet: 29, 66 and 0F. RGB value is (41,102,15). Sum of RGB (Red+Green+Blue) = 41+102+15=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #29660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29660F is #D699F0. Grayscale: #4A4A4A. Windows color (decimal): -14064113 or 1009193. OLE color: 1009193.

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

Color convert

RGB4110215-
CMYK0.6000.850.6
HSL102.07º74.36%22.94%-
HSV(B)102.07º85.29%40%-
XYZ5.7510.012.08-
YUV73.8494.79104.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 102 (40.23% from 255) = 64.56%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=25.95%
G=64.56%
B=9.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102150.6000.850.6102.0774.3622.94
Hex2966F3C0553C664a17
Octal51146177401257414611227
Binary10100111001101111111100010101011111001100110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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