#296B06

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

Shades of Bilbao #296B06

Tints of Bilbao #296B06

Color information

#296B06 (or 0x296B06) is unknown color: approx Bilbao. HEX triplet: 29, 6B and 06. RGB value is (41,107,6). Sum of RGB (Red+Green+Blue) = 41+107+6=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #296B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296B06 is #D694F9. Grayscale: #4C4C4C. Windows color (decimal): -14062842 or 420649. OLE color: 420649.

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

Color convert

RGB411076-
CMYK0.6200.940.58
HSL99.21º89.38%22.16%-
HSV(B)99.21º94.39%41.96%-
XYZ6.21111.97-
YUV75.7588.63103.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 107 (42.19% from 255) = 69.48%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=26.62%
G=69.48%
B=3.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4110760.6200.940.5899.2189.3822.16
Hex296B63E05E3A635916
Octal5115367601367214313126
Binary1010011101011110111110010111101110101100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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