#29760C

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

Shades of Bilbao #29760C

Tints of Bilbao #29760C

Color information

#29760C (or 0x29760C) is unknown color: approx Bilbao. HEX triplet: 29, 76 and 0C. RGB value is (41,118,12). Sum of RGB (Red+Green+Blue) = 41+118+12=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #29760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29760C is #D689F3. Grayscale: #535353. Windows color (decimal): -14060020 or 816681. OLE color: 816681.

HSL color Cylindrical-coordinate representation of color #29760C: hue angle of 103.58º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29760C is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB4111812-
CMYK0.6500.900.54
HSL103.58º81.54%25.49%-
HSV(B)103.58º89.83%46.27%-
XYZ7.4613.452.55-
YUV82.8987.9998.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 118 (46.48% from 255) = 69.01%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=23.98%
G=69.01%
B=7.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118120.6500.900.54103.5881.5425.49
Hex2976C4105A36685219
Octal511661410101326615012231
Binary101001111011011001000001010110101101101101000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29760C; }

 p { color: rgb(41,118,12); }

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

<style>
 a { background-color: #29760C; }

 a { background-color: rgb(41,118,12); }

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

<style>
 span { border-color: #29760C; }

 span { border-color: rgb(41,118,12); }

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