#29790A

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

Shades of Bilbao #29790A

Tints of Bilbao #29790A

Color information

#29790A (or 0x29790A) is unknown color: approx Bilbao. HEX triplet: 29, 79 and 0A. RGB value is (41,121,10). Sum of RGB (Red+Green+Blue) = 41+121+10=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 121 (47.66% from 255 or 70.35% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 121 - color contains mainly: green. Hex color #29790A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29790A is #D686F5. Grayscale: #545454. Windows color (decimal): -14059254 or 686377. OLE color: 686377.

HSL color Cylindrical-coordinate representation of color #29790A: hue angle of 103.24º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29790A is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB4112110-
CMYK0.6600.920.53
HSL103.24º84.73%25.69%-
HSV(B)103.24º91.74%47.45%-
XYZ7.8114.172.61-
YUV84.438697.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 121 (47.66% from 255) = 70.35%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=23.84%
G=70.35%
B=5.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121100.6600.920.53103.2484.7325.69
Hex2979A4205C3567551a
Octal511711210201346514712532
Binary101001111100110101000010010111001101011100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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