#297A08

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

Shades of Bilbao #297A08

Tints of Bilbao #297A08

Color information

#297A08 (or 0x297A08) is unknown color: approx Bilbao. HEX triplet: 29, 7A and 08. RGB value is (41,122,8). Sum of RGB (Red+Green+Blue) = 41+122+8=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 122 (48.05% from 255 or 71.35% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 122 - color contains mainly: green. Hex color #297A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297A08 is #D685F7. Grayscale: #555555. Windows color (decimal): -14059000 or 555561. OLE color: 555561.

HSL color Cylindrical-coordinate representation of color #297A08: hue angle of 102.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #297A08 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB411228-
CMYK0.6600.930.52
HSL102.63º87.69%25.49%-
HSV(B)102.63º93.44%47.84%-
XYZ7.9214.412.59-
YUV84.7884.6696.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 122 (48.05% from 255) = 71.35%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=23.98%
G=71.35%
B=4.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4112280.6600.930.52102.6387.6925.49
Hex297A84205D34675819
Octal511721010201356414713031
Binary101001111101010001000010010111011101001100111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A08; }

 p { color: rgb(41,122,8); }

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

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

 a { background-color: rgb(41,122,8); }

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

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

 span { border-color: rgb(41,122,8); }

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