#296F18

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

Shades of Bilbao #296F18

Tints of Bilbao #296F18

Color information

#296F18 (or 0x296F18) is unknown color: approx Bilbao. HEX triplet: 29, 6F and 18. RGB value is (41,111,24). Sum of RGB (Red+Green+Blue) = 41+111+24=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #296F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296F18 is #D690E7. Grayscale: #505050. Windows color (decimal): -14061800 or 1601321. OLE color: 1601321.

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

Color convert

RGB4111124-
CMYK0.6300.780.56
HSL108.28º64.44%26.47%-
HSV(B)108.28º78.38%43.53%-
XYZ6.7611.912.81-
YUV80.1596.31100.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 111 (43.75% from 255) = 63.07%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=23.30%
G=63.07%
B=13.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111240.6300.780.56108.2864.4426.47
Hex296F183F04E386c401a
Octal51157307701167015410032
Binary101001110111111000111111010011101110001101100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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