#29690B

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

Shades of Bilbao #29690B

Tints of Bilbao #29690B

Color information

#29690B (or 0x29690B) is unknown color: approx Bilbao. HEX triplet: 29, 69 and 0B. RGB value is (41,105,11). Sum of RGB (Red+Green+Blue) = 41+105+11=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 105 (41.41% from 255 or 66.88% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 105 - color contains mainly: green. Hex color #29690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29690B is #D696F4. Grayscale: #4B4B4B. Windows color (decimal): -14063349 or 747817. OLE color: 747817.

HSL color Cylindrical-coordinate representation of color #29690B: hue angle of 100.85º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29690B is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB4110511-
CMYK0.6100.900.59
HSL100.85º81.03%22.75%-
HSV(B)100.85º89.52%41.18%-
XYZ6.0310.62.04-
YUV75.1591.8103.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 105 (41.41% from 255) = 66.88%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=26.11%
G=66.88%
B=7.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105110.6100.900.59100.8581.0322.75
Hex2969B3D05A3B655117
Octal51151137501327314512127
Binary10100111010011011111101010110101110111100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29690B; }

 p { color: rgb(41,105,11); }

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

<style>
 a { background-color: #29690B; }

 a { background-color: rgb(41,105,11); }

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

<style>
 span { border-color: #29690B; }

 span { border-color: rgb(41,105,11); }

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