#297801

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

Shades of Bilbao #297801

Tints of Bilbao #297801

Color information

#297801 (or 0x297801) is unknown color: approx Bilbao. HEX triplet: 29, 78 and 01. RGB value is (41,120,1). Sum of RGB (Red+Green+Blue) = 41+120+1=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 120 (47.27% from 255 or 74.07% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 120 - color contains mainly: green. Hex color #297801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297801 is #D687FE. Grayscale: #535353. Windows color (decimal): -14059519 or 96297. OLE color: 96297.

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

Color convert

RGB411201-
CMYK0.6600.990.53
HSL99.83º98.35%23.73%-
HSV(B)99.83º99.17%47.06%-
XYZ7.6413.912.31-
YUV82.8181.8398.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 120 (47.27% from 255) = 74.07%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=25.31%
G=74.07%
B=0.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4112010.6600.990.5399.8398.3523.73
Hex297814206335646218
Octal51170110201436514414230
Binary101001111100011000010011000111101011100100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297801; }

 p { color: rgb(41,120,1); }

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

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

 a { background-color: rgb(41,120,1); }

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

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

 span { border-color: rgb(41,120,1); }

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