#296702

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

Shades of Bilbao #296702

Tints of Bilbao #296702

Color information

#296702 (or 0x296702) is unknown color: approx Bilbao. HEX triplet: 29, 67 and 02. RGB value is (41,103,2). Sum of RGB (Red+Green+Blue) = 41+103+2=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 103 (40.62% from 255 or 70.55% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 103 - color contains mainly: green. Hex color #296702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296702 is #D698FD. Grayscale: #494949. Windows color (decimal): -14063870 or 157481. OLE color: 157481.

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

Color convert

RGB411032-
CMYK0.6000.980.60
HSL96.83º96.19%20.59%-
HSV(B)96.83º98.06%40.39%-
XYZ5.7810.181.72-
YUV72.9587.96105.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 103 (40.62% from 255) = 70.55%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=28.08%
G=70.55%
B=1.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4110320.6000.980.6096.8396.1920.59
Hex296723C0623C616015
Octal5114727401427414114025
Binary101001110011110111100011000101111001100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296702; }

 p { color: rgb(41,103,2); }

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

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

 a { background-color: rgb(41,103,2); }

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

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

 span { border-color: rgb(41,103,2); }

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