#29650C

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

Shades of Bilbao #29650C

Tints of Bilbao #29650C

Color information

#29650C (or 0x29650C) is unknown color: approx Bilbao. HEX triplet: 29, 65 and 0C. RGB value is (41,101,12). Sum of RGB (Red+Green+Blue) = 41+101+12=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 101 (39.84% from 255 or 65.58% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 101 - color contains mainly: green. Hex color #29650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29650C is #D69AF3. Grayscale: #494949. Windows color (decimal): -14064372 or 812329. OLE color: 812329.

HSL color Cylindrical-coordinate representation of color #29650C: hue angle of 100.45º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29650C is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB4110112-
CMYK0.5900.880.60
HSL100.45º78.76%22.16%-
HSV(B)100.45º88.12%39.61%-
XYZ5.639.811.94-
YUV72.9193.62105.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 101 (39.84% from 255) = 65.58%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=26.62%
G=65.58%
B=7.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101120.5900.880.60100.4578.7622.16
Hex2965C3B0583C644f16
Octal51145147301307414411726
Binary10100111001011100111011010110001111001100100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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