#296b0d

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

Shades of Bilbao #296B0D

Tints of Bilbao #296B0D

Color information

#296B0D (or 0x296B0D) is unknown color: approx Bilbao. HEX triplet: 29, 6B and 0D. RGB value is (41,107,13). Sum of RGB (Red+Green+Blue) = 41+107+13=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #296B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296B0D is #D694F2. Grayscale: #4C4C4C. Windows color (decimal): -14062835 or 879401. OLE color: 879401.

HSL color Cylindrical-coordinate representation of color #296B0D: hue angle of 102.13º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #296B0D is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB4110713-
CMYK0.6200.880.58
HSL102.13º78.33%23.53%-
HSV(B)102.13º87.85%41.96%-
XYZ6.2411.022.18-
YUV76.5592.13102.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 107 (42.19% from 255) = 66.46%
BLUE value IS 13 (5.47% from 255) = 8.07%
R=25.47%
G=66.46%
B=8.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107130.6200.880.58102.1378.3323.53
Hex296BD3E0583A664e18
Octal51153157601307214611630
Binary10100111010111101111110010110001110101100110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296b0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,107,13); }

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

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

 a { background-color: rgb(41,107,13); }

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

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

 span { border-color: rgb(41,107,13); }

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