#296815

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

Shades of Bilbao #296815

Tints of Bilbao #296815

Color information

#296815 (or 0x296815) is unknown color: approx Bilbao. HEX triplet: 29, 68 and 15. RGB value is (41,104,21). Sum of RGB (Red+Green+Blue) = 41+104+21=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 104 (41.02% from 255 or 62.65% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 104 - color contains mainly: green. Hex color #296815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296815 is #D697EA. Grayscale: #4B4B4B. Windows color (decimal): -14063595 or 1402921. OLE color: 1402921.

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

Color convert

RGB4110421-
CMYK0.6100.800.59
HSL105.54º66.4%24.51%-
HSV(B)105.54º79.81%40.78%-
XYZ610.432.41-
YUV75.797.13103.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 104 (41.02% from 255) = 62.65%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=24.70%
G=62.65%
B=12.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104210.6100.800.59105.5466.424.51
Hex2968153D0503B6a4219
Octal51150257501207315210231
Binary101001110100010101111101010100001110111101010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296815; }

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

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

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

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

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

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

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

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