#297206

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

Shades of Bilbao #297206

Tints of Bilbao #297206

Color information

#297206 (or 0x297206) is unknown color: approx Bilbao. HEX triplet: 29, 72 and 06. RGB value is (41,114,6). Sum of RGB (Red+Green+Blue) = 41+114+6=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #297206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297206 is #D68DF9. Grayscale: #505050. Windows color (decimal): -14061050 or 422441. OLE color: 422441.

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

Color convert

RGB411146-
CMYK0.6400.950.55
HSL100.56º90%23.53%-
HSV(B)100.56º94.74%44.71%-
XYZ6.9612.522.22-
YUV79.8686.32100.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 114 (44.92% from 255) = 70.81%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=25.47%
G=70.81%
B=3.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4111460.6400.950.55100.569023.53
Hex297264005F37655a18
Octal51162610001376714513230
Binary10100111100101101000000010111111101111100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297206; }

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

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

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

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

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

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

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

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