#297902

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

Shades of Bilbao #297902

Tints of Bilbao #297902

Color information

#297902 (or 0x297902) is unknown color: approx Bilbao. HEX triplet: 29, 79 and 02. RGB value is (41,121,2). Sum of RGB (Red+Green+Blue) = 41+121+2=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 121 (47.66% from 255 or 73.78% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 121 - color contains mainly: green. Hex color #297902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297902 is #D686FD. Grayscale: #535353. Windows color (decimal): -14059262 or 162089. OLE color: 162089.

HSL color Cylindrical-coordinate representation of color #297902: hue angle of 100.34º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #297902 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB411212-
CMYK0.6600.980.53
HSL100.34º96.75%24.12%-
HSV(B)100.34º98.35%47.45%-
XYZ7.7614.152.38-
YUV83.518297.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 73.78%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=25%
G=73.78%
B=1.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4112120.6600.980.53100.3496.7524.12
Hex297924206235646118
Octal51171210201426514414130
Binary1010011111001101000010011000101101011100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297902; }

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

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

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

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

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

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

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

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