#296918

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

Shades of Bilbao #296918

Tints of Bilbao #296918

Color information

#296918 (or 0x296918) is unknown color: approx Bilbao. HEX triplet: 29, 69 and 18. RGB value is (41,105,24). Sum of RGB (Red+Green+Blue) = 41+105+24=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #296918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296918 is #D696E7. Grayscale: #4C4C4C. Windows color (decimal): -14063336 or 1599785. OLE color: 1599785.

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

Color convert

RGB4110524-
CMYK0.6100.770.59
HSL107.41º62.79%25.29%-
HSV(B)107.41º77.14%41.18%-
XYZ6.1310.642.59-
YUV76.6398.3102.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 105 (41.41% from 255) = 61.76%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=24.12%
G=61.76%
B=14.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105240.6100.770.59107.4162.7925.29
Hex2969183D04D3B6b3f19
Octal5115130750115731537731
Binary10100111010011100011110101001101111011110101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296918; }

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

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

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

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

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

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

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

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