#296701

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

Shades of Bilbao #296701

Tints of Bilbao #296701

Color information

#296701 (or 0x296701) is unknown color: approx Bilbao. HEX triplet: 29, 67 and 01. RGB value is (41,103,1). Sum of RGB (Red+Green+Blue) = 41+103+1=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #296701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296701 is #D698FE. Grayscale: #494949. Windows color (decimal): -14063871 or 91945. OLE color: 91945.

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

Color convert

RGB411031-
CMYK0.6000.990.60
HSL96.47º98.08%20.39%-
HSV(B)96.47º99.03%40.39%-
XYZ5.7710.171.69-
YUV72.8387.46105.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 103 (40.62% from 255) = 71.03%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=28.28%
G=71.03%
B=0.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4110310.6000.990.6096.4798.0820.39
Hex296713C0633C606214
Octal5114717401437414014224
Binary10100111001111111100011000111111001100000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296701; }

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

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

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

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

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

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

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

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