#297709

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

Shades of Bilbao #297709

Tints of Bilbao #297709

Color information

#297709 (or 0x297709) is unknown color: approx Bilbao. HEX triplet: 29, 77 and 09. RGB value is (41,119,9). Sum of RGB (Red+Green+Blue) = 41+119+9=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 119 (46.88% from 255 or 70.41% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 119 - color contains mainly: green. Hex color #297709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297709 is #D688F6. Grayscale: #535353. Windows color (decimal): -14059767 or 620329. OLE color: 620329.

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

Color convert

RGB411199-
CMYK0.6600.920.53
HSL102.55º85.94%25.1%-
HSV(B)102.55º92.44%46.67%-
XYZ7.5613.682.5-
YUV83.1486.1697.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 119 (46.88% from 255) = 70.41%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=24.26%
G=70.41%
B=5.33%

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
Decimal4111990.6600.920.53102.5585.9425.1
Hex297794205C35675619
Octal511671110201346514712631
Binary101001111011110011000010010111001101011100111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297709; }

 p { color: rgb(41,119,9); }

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

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

 a { background-color: rgb(41,119,9); }

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

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

 span { border-color: rgb(41,119,9); }

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