#296915

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

Shades of Bilbao #296915

Tints of Bilbao #296915

Color information

#296915 (or 0x296915) is unknown color: approx Bilbao. HEX triplet: 29, 69 and 15. RGB value is (41,105,21). Sum of RGB (Red+Green+Blue) = 41+105+21=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 105 (41.41% from 255 or 62.87% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 105 - color contains mainly: green. Hex color #296915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296915 is #D696EA. Grayscale: #4C4C4C. Windows color (decimal): -14063339 or 1403177. OLE color: 1403177.

HSL color Cylindrical-coordinate representation of color #296915: hue angle of 105.71º degrees, saturation: 0.67, 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 #296915 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB4110521-
CMYK0.6100.800.59
HSL105.71º66.67%24.71%-
HSV(B)105.71º80%41.18%-
XYZ6.110.632.44-
YUV76.2996.8102.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 105 (41.41% from 255) = 62.87%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=24.55%
G=62.87%
B=12.57%

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
Decimal41105210.6100.800.59105.7166.6724.71
Hex2969153D0503B6a4319
Octal51151257501207315210331
Binary101001110100110101111101010100001110111101010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296915; }

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

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

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

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

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

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

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

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