#296B0A

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

Shades of Bilbao #296B0A

Tints of Bilbao #296B0A

Color information

#296B0A (or 0x296B0A) is unknown color: approx Bilbao. HEX triplet: 29, 6B and 0A. RGB value is (41,107,10). Sum of RGB (Red+Green+Blue) = 41+107+10=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #296B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296B0A is #D694F5. Grayscale: #4C4C4C. Windows color (decimal): -14062838 or 682793. OLE color: 682793.

HSL color Cylindrical-coordinate representation of color #296B0A: hue angle of 100.82º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #296B0A is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB4110710-
CMYK0.6200.910.58
HSL100.82º82.91%22.94%-
HSV(B)100.82º90.65%41.96%-
XYZ6.2311.012.08-
YUV76.2190.63102.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 107 (42.19% from 255) = 67.72%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=25.95%
G=67.72%
B=6.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107100.6200.910.58100.8282.9122.94
Hex296BA3E05B3A655317
Octal51153127601337214512327
Binary10100111010111010111110010110111110101100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,107,10); }

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

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

 a { background-color: rgb(41,107,10); }

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

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

 span { border-color: rgb(41,107,10); }

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