#297602

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

Shades of Bilbao #297602

Tints of Bilbao #297602

Color information

#297602 (or 0x297602) is unknown color: approx Bilbao. HEX triplet: 29, 76 and 02. RGB value is (41,118,2). Sum of RGB (Red+Green+Blue) = 41+118+2=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #297602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297602 is #D689FD. Grayscale: #525252. Windows color (decimal): -14060030 or 161321. OLE color: 161321.

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

Color convert

RGB411182-
CMYK0.6500.980.54
HSL99.83º96.67%23.53%-
HSV(B)99.83º98.31%46.27%-
XYZ7.413.432.26-
YUV81.7582.9998.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 118 (46.48% from 255) = 73.29%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=25.47%
G=73.29%
B=1.24%

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
Decimal4111820.6500.980.5499.8396.6723.53
Hex297624106236646118
Octal51166210101426614414130
Binary1010011110110101000001011000101101101100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297602; }

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

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

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

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

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

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

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

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