#297502

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

Shades of Bilbao #297502

Tints of Bilbao #297502

Color information

#297502 (or 0x297502) is unknown color: approx Bilbao. HEX triplet: 29, 75 and 02. RGB value is (41,117,2). Sum of RGB (Red+Green+Blue) = 41+117+2=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #297502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297502 is #D68AFD. Grayscale: #515151. Windows color (decimal): -14060286 or 161065. OLE color: 161065.

HSL color Cylindrical-coordinate representation of color #297502: hue angle of 99.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #297502 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB411172-
CMYK0.6500.980.54
HSL99.65º96.64%23.33%-
HSV(B)99.65º98.29%45.88%-
XYZ7.2913.22.22-
YUV81.1783.3299.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 117 (46.09% from 255) = 73.12%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=25.62%
G=73.12%
B=1.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4111720.6500.980.5499.6596.6423.33
Hex297524106236646117
Octal51165210101426614414127
Binary1010011110101101000001011000101101101100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297502; }

 p { color: rgb(41,117,2); }

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

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

 a { background-color: rgb(41,117,2); }

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

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

 span { border-color: rgb(41,117,2); }

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