#297111

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

Shades of Bilbao #297111

Tints of Bilbao #297111

Color information

#297111 (or 0x297111) is unknown color: approx Bilbao. HEX triplet: 29, 71 and 11. RGB value is (41,113,17). Sum of RGB (Red+Green+Blue) = 41+113+17=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #297111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297111 is #D68EEE. Grayscale: #505050. Windows color (decimal): -14061295 or 1143081. OLE color: 1143081.

HSL color Cylindrical-coordinate representation of color #297111: hue angle of 105º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #297111 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB4111317-
CMYK0.6400.850.56
HSL105º73.85%25.49%-
HSV(B)105º84.96%44.31%-
XYZ6.9212.322.54-
YUV80.5392.1599.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=23.98%
G=66.08%
B=9.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41113170.6400.850.5610573.8525.49
Hex2971114005538694a19
Octal511612110001257015111231
Binary1010011110001100011000000010101011110001101001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297111; }

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

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

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

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

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

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

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

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