#296917

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

Shades of Bilbao #296917

Tints of Bilbao #296917

Color information

#296917 (or 0x296917) is unknown color: approx Bilbao. HEX triplet: 29, 69 and 17. RGB value is (41,105,23). Sum of RGB (Red+Green+Blue) = 41+105+23=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #296917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296917 is #D696E8. Grayscale: #4C4C4C. Windows color (decimal): -14063337 or 1534249. OLE color: 1534249.

HSL color Cylindrical-coordinate representation of color #296917: hue angle of 106.83º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296917 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB4110523-
CMYK0.6100.780.59
HSL106.83º64.06%25.1%-
HSV(B)106.83º78.1%41.18%-
XYZ6.1210.642.54-
YUV76.5297.8102.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 105 (41.41% from 255) = 62.13%
BLUE value IS 23 (9.38% from 255) = 13.61%
R=24.26%
G=62.13%
B=13.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105230.6100.780.59106.8364.0625.1
Hex2969173D04E3B6b4019
Octal51151277501167315310031
Binary101001110100110111111101010011101110111101011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296917; }

 p { color: rgb(41,105,23); }

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

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

 a { background-color: rgb(41,105,23); }

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

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

 span { border-color: rgb(41,105,23); }

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