#296C15

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

Shades of Bilbao #296C15

Tints of Bilbao #296C15

Color information

#296C15 (or 0x296C15) is unknown color: approx Bilbao. HEX triplet: 29, 6C and 15. RGB value is (41,108,21). Sum of RGB (Red+Green+Blue) = 41+108+21=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 108 (42.58% from 255 or 63.53% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 108 - color contains mainly: green. Hex color #296C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296C15 is #D693EA. Grayscale: #4E4E4E. Windows color (decimal): -14062571 or 1403945. OLE color: 1403945.

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

Color convert

RGB4110821-
CMYK0.6200.810.58
HSL106.21º67.44%25.29%-
HSV(B)106.21º80.56%42.35%-
XYZ6.4111.252.54-
YUV78.0595.8101.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 108 (42.58% from 255) = 63.53%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=24.12%
G=63.53%
B=12.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108210.6200.810.58106.2167.4425.29
Hex296C153E0513A6a4319
Octal51154257601217215210331
Binary101001110110010101111110010100011110101101010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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