#297701

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

Shades of Bilbao #297701

Tints of Bilbao #297701

Color information

#297701 (or 0x297701) is unknown color: approx Bilbao. HEX triplet: 29, 77 and 01. RGB value is (41,119,1). Sum of RGB (Red+Green+Blue) = 41+119+1=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #297701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297701 is #D688FE. Grayscale: #525252. Windows color (decimal): -14059775 or 96041. OLE color: 96041.

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

Color convert

RGB411191-
CMYK0.6600.990.53
HSL99.66º98.33%23.53%-
HSV(B)99.66º99.16%46.67%-
XYZ7.5213.672.27-
YUV82.2382.1698.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=25.47%
G=73.91%
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
Decimal4111910.6600.990.5399.6698.3323.53
Hex297714206335646218
Octal51167110201436514414230
Binary101001111011111000010011000111101011100100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297701; }

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

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

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

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

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

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

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

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