#29720B

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

Shades of Bilbao #29720B

Tints of Bilbao #29720B

Color information

#29720B (or 0x29720B) is unknown color: approx Bilbao. HEX triplet: 29, 72 and 0B. RGB value is (41,114,11). Sum of RGB (Red+Green+Blue) = 41+114+11=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #29720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29720B is #D68DF4. Grayscale: #505050. Windows color (decimal): -14061045 or 750121. OLE color: 750121.

HSL color Cylindrical-coordinate representation of color #29720B: hue angle of 102.52º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29720B is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB4111411-
CMYK0.6400.900.55
HSL102.52º82.4%24.51%-
HSV(B)102.52º90.35%44.71%-
XYZ6.9912.532.37-
YUV80.4388.8299.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 114 (44.92% from 255) = 68.67%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=24.70%
G=68.67%
B=6.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41114110.6400.900.55102.5282.424.51
Hex2972B4005A37675219
Octal511621310001326714712231
Binary101001111001010111000000010110101101111100111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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