#297913

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

Shades of Bilbao #297913

Tints of Bilbao #297913

Color information

#297913 (or 0x297913) is unknown color: approx Bilbao. HEX triplet: 29, 79 and 13. RGB value is (41,121,19). Sum of RGB (Red+Green+Blue) = 41+121+19=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 121 (47.66% from 255 or 66.85% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 121 - color contains mainly: green. Hex color #297913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297913 is #D686EC. Grayscale: #555555. Windows color (decimal): -14059245 or 1276201. OLE color: 1276201.

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

Color convert

RGB4112119-
CMYK0.6600.840.53
HSL107.06º72.86%27.45%-
HSV(B)107.06º84.3%47.45%-
XYZ7.8714.192.94-
YUV85.4590.596.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 121 (47.66% from 255) = 66.85%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=22.65%
G=66.85%
B=10.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121190.6600.840.53107.0672.8627.45
Hex29791342054356b491b
Octal511712310201246515311133
Binary1010011111001100111000010010101001101011101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297913; }

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

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

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

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

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

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

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

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