#29710A

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

Shades of Bilbao #29710A

Tints of Bilbao #29710A

Color information

#29710A (or 0x29710A) is unknown color: approx Bilbao. HEX triplet: 29, 71 and 0A. RGB value is (41,113,10). Sum of RGB (Red+Green+Blue) = 41+113+10=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 113 (44.53% from 255 or 68.90% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 113 - color contains mainly: green. Hex color #29710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29710A is #D68EF5. Grayscale: #505050. Windows color (decimal): -14061302 or 684329. OLE color: 684329.

HSL color Cylindrical-coordinate representation of color #29710A: hue angle of 101.94º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29710A is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB4111310-
CMYK0.6400.910.56
HSL101.94º83.74%24.12%-
HSV(B)101.94º91.15%44.31%-
XYZ6.8712.32.3-
YUV79.7388.65100.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 68.90%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=25%
G=68.90%
B=6.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41113100.6400.910.56101.9483.7424.12
Hex2971A4005B38665418
Octal511611210001337014612430
Binary101001111000110101000000010110111110001100110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29710A; }

 p { color: rgb(41,113,10); }

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

<style>
 a { background-color: #29710A; }

 a { background-color: rgb(41,113,10); }

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

<style>
 span { border-color: #29710A; }

 span { border-color: rgb(41,113,10); }

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