#297007

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

Shades of Bilbao #297007

Tints of Bilbao #297007

Color information

#297007 (or 0x297007) is unknown color: approx Bilbao. HEX triplet: 29, 70 and 07. RGB value is (41,112,7). Sum of RGB (Red+Green+Blue) = 41+112+7=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #297007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297007 is #D68FF8. Grayscale: #4F4F4F. Windows color (decimal): -14061561 or 487465. OLE color: 487465.

HSL color Cylindrical-coordinate representation of color #297007: hue angle of 100.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #297007 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB411127-
CMYK0.6300.940.56
HSL100.57º88.24%23.33%-
HSV(B)100.57º93.75%43.92%-
XYZ6.7512.082.18-
YUV78.887.48101.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 112 (44.14% from 255) = 70%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=25.62%
G=70%
B=4.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111270.6300.940.56100.5788.2423.33
Hex297073F05E38655817
Octal5116077701367014513027
Binary1010011110000111111111010111101110001100101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297007; }

 p { color: rgb(41,112,7); }

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

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

 a { background-color: rgb(41,112,7); }

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

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

 span { border-color: rgb(41,112,7); }

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