#296800

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

Shades of Bilbao #296800

Tints of Bilbao #296800

Color information

#296800 (or 0x296800) is unknown color: approx Bilbao. HEX triplet: 29, 68 and 00. RGB value is (41,104,0). Sum of RGB (Red+Green+Blue) = 41+104+0=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #296800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296800 is #D697FF. Grayscale: #494949. Windows color (decimal): -14063616 or 26665. OLE color: 26665.

HSL color Cylindrical-coordinate representation of color #296800: hue angle of 96.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #296800 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB411040-
CMYK0.61010.59
HSL96.35º100%20.39%-
HSV(B)96.35º100%40.78%-
XYZ5.8610.371.69-
YUV73.3186.63104.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 104 (41.02% from 255) = 71.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.28%
G=71.72%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4110400.61010.5996.3510020.39
Hex296803D0643B606414
Octal5115007501447314014424
Binary10100111010000111101011001001110111100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296800; }

 p { color: rgb(41,104,0); }

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

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

 a { background-color: rgb(41,104,0); }

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

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

 span { border-color: rgb(41,104,0); }

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