#296905

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

Shades of Bilbao #296905

Tints of Bilbao #296905

Color information

#296905 (or 0x296905) is unknown color: approx Bilbao. HEX triplet: 29, 69 and 05. RGB value is (41,105,5). Sum of RGB (Red+Green+Blue) = 41+105+5=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #296905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296905 is #D696FA. Grayscale: #4A4A4A. Windows color (decimal): -14063355 or 354601. OLE color: 354601.

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

Color convert

RGB411055-
CMYK0.6100.950.59
HSL98.4º90.91%21.57%-
HSV(B)98.4º95.24%41.18%-
XYZ5.9910.591.87-
YUV74.4688.8104.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 105 (41.41% from 255) = 69.54%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=27.15%
G=69.54%
B=3.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4110550.6100.950.5998.490.9121.57
Hex296953D05F3B625b16
Octal5115157501377314213326
Binary1010011101001101111101010111111110111100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296905; }

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

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

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

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

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

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

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

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