#297901

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

Shades of Bilbao #297901

Tints of Bilbao #297901

Color information

#297901 (or 0x297901) is unknown color: approx Bilbao. HEX triplet: 29, 79 and 01. RGB value is (41,121,1). Sum of RGB (Red+Green+Blue) = 41+121+1=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 121 (47.66% from 255 or 74.23% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 121 - color contains mainly: green. Hex color #297901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297901 is #D686FE. Grayscale: #535353. Windows color (decimal): -14059263 or 96553. OLE color: 96553.

HSL color Cylindrical-coordinate representation of color #297901: hue angle of 100º 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 #297901 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB411211-
CMYK0.6600.990.53
HSL100º98.36%23.92%-
HSV(B)100º99.17%47.45%-
XYZ7.7614.152.35-
YUV83.481.597.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 121 (47.66% from 255) = 74.23%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=25.15%
G=74.23%
B=0.61%

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
Decimal4112110.6600.990.5310098.3623.92
Hex297914206335646218
Octal51171110201436514414230
Binary101001111100111000010011000111101011100100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297901; }

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

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

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

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

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

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

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

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