#297319

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

Shades of Bilbao #297319

Tints of Bilbao #297319

Color information

#297319 (or 0x297319) is unknown color: approx Bilbao. HEX triplet: 29, 73 and 19. RGB value is (41,115,25). Sum of RGB (Red+Green+Blue) = 41+115+25=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #297319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297319 is #D68CE6. Grayscale: #525252. Windows color (decimal): -14060775 or 1667881. OLE color: 1667881.

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

Color convert

RGB4111525-
CMYK0.6400.780.55
HSL109.33º64.29%27.45%-
HSV(B)109.33º78.26%45.1%-
XYZ7.2212.83.01-
YUV82.6195.4898.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 115 (45.31% from 255) = 63.54%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=22.65%
G=63.54%
B=13.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115250.6400.780.55109.3364.2927.45
Hex2973194004E376d401b
Octal511633110001166715510033
Binary1010011110011110011000000010011101101111101101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297319; }

 p { color: rgb(41,115,25); }

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

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

 a { background-color: rgb(41,115,25); }

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

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

 span { border-color: rgb(41,115,25); }

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