#296500

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

Shades of Bilbao #296500

Tints of Bilbao #296500

Color information

#296500 (or 0x296500) is unknown color: approx Bilbao. HEX triplet: 29, 65 and 00. RGB value is (41,101,0). Sum of RGB (Red+Green+Blue) = 41+101+0=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #296500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296500 is #D69AFF. Grayscale: #474747. Windows color (decimal): -14064384 or 25897. OLE color: 25897.

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

Color convert

RGB411010-
CMYK0.59010.60
HSL95.64º100%19.8%-
HSV(B)95.64º100%39.61%-
XYZ5.579.781.59-
YUV71.5587.62106.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 101 (39.84% from 255) = 71.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.87%
G=71.13%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4110100.59010.6095.6410019.8
Hex296503B0643C606414
Octal5114507301447414014424
Binary10100111001010111011011001001111001100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296500; }

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

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

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

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

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

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

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

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