#297202

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

Shades of Bilbao #297202

Tints of Bilbao #297202

Color information

#297202 (or 0x297202) is unknown color: approx Bilbao. HEX triplet: 29, 72 and 02. RGB value is (41,114,2). Sum of RGB (Red+Green+Blue) = 41+114+2=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #297202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297202 is #D68DFD. Grayscale: #4F4F4F. Windows color (decimal): -14061054 or 160297. OLE color: 160297.

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

Color convert

RGB411142-
CMYK0.6400.980.55
HSL99.11º96.55%22.75%-
HSV(B)99.11º98.25%44.71%-
XYZ6.9412.512.11-
YUV79.484.32100.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 114 (44.92% from 255) = 72.61%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=26.11%
G=72.61%
B=1.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4111420.6400.980.5599.1196.5522.75
Hex297224006237636117
Octal51162210001426714314127
Binary1010011110010101000000011000101101111100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297202; }

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

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

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

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

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

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

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

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