#296C07

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

Shades of Bilbao #296C07

Tints of Bilbao #296C07

Color information

#296C07 (or 0x296C07) is unknown color: approx Bilbao. HEX triplet: 29, 6C and 07. RGB value is (41,108,7). Sum of RGB (Red+Green+Blue) = 41+108+7=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #296C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296C07 is #D693F8. Grayscale: #4C4C4C. Windows color (decimal): -14062585 or 486441. OLE color: 486441.

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

Color convert

RGB411087-
CMYK0.6200.940.58
HSL99.8º87.83%22.55%-
HSV(B)99.8º93.52%42.35%-
XYZ6.3211.212.03-
YUV76.4588.8102.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 108 (42.58% from 255) = 69.23%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=26.28%
G=69.23%
B=4.49%

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
Decimal4110870.6200.940.5899.887.8322.55
Hex296C73E05E3A645817
Octal5115477601367214413027
Binary1010011101100111111110010111101110101100100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,108,7); }

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

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

 a { background-color: rgb(41,108,7); }

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

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

 span { border-color: rgb(41,108,7); }

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