#296F11

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

Shades of Bilbao #296F11

Tints of Bilbao #296F11

Color information

#296F11 (or 0x296F11) is unknown color: approx Bilbao. HEX triplet: 29, 6F and 11. RGB value is (41,111,17). Sum of RGB (Red+Green+Blue) = 41+111+17=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 111 (43.75% from 255 or 65.68% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 111 - color contains mainly: green. Hex color #296F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296F11 is #D690EE. Grayscale: #4F4F4F. Windows color (decimal): -14061807 or 1142569. OLE color: 1142569.

HSL color Cylindrical-coordinate representation of color #296F11: hue angle of 104.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #296F11 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB4111117-
CMYK0.6300.850.56
HSL104.68º73.44%25.1%-
HSV(B)104.68º84.68%43.53%-
XYZ6.711.882.47-
YUV79.3592.81100.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 111 (43.75% from 255) = 65.68%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=24.26%
G=65.68%
B=10.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111170.6300.850.56104.6873.4425.1
Hex296F113F05538694919
Octal51157217701257015111131
Binary101001110111110001111111010101011110001101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296F11; }

 p { color: rgb(41,111,17); }

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

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

 a { background-color: rgb(41,111,17); }

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

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

 span { border-color: rgb(41,111,17); }

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