#297004

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

Shades of Bilbao #297004

Tints of Bilbao #297004

Color information

#297004 (or 0x297004) is unknown color: approx Bilbao. HEX triplet: 29, 70 and 04. RGB value is (41,112,4). Sum of RGB (Red+Green+Blue) = 41+112+4=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #297004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297004 is #D68FFB. Grayscale: #4E4E4E. Windows color (decimal): -14061564 or 290857. OLE color: 290857.

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

Color convert

RGB411124-
CMYK0.6300.960.56
HSL99.44º93.1%22.75%-
HSV(B)99.44º96.43%43.92%-
XYZ6.7312.072.09-
YUV78.4685.98101.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 112 (44.14% from 255) = 71.34%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=26.11%
G=71.34%
B=2.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111240.6300.960.5699.4493.122.75
Hex297043F06038635d17
Octal5116047701407014313527
Binary1010011110000100111111011000001110001100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297004; }

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

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

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

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

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

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

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

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