#29776D

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

Shades of Genoa #29776D

Tints of Genoa #29776D

Color information

#29776D (or 0x29776D) is unknown color: approx Genoa. HEX triplet: 29, 77 and 6D. RGB value is (41,119,109). Sum of RGB (Red+Green+Blue) = 41+119+109=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #29776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29776D is #D68892. Grayscale: #5E5E5E. Windows color (decimal): -14059667 or 7173929. OLE color: 7173929.

HSL color Cylindrical-coordinate representation of color #29776D: hue angle of 172.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29776D is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB41119109-
CMYK0.6600.080.53
HSL172.31º48.75%31.37%-
HSV(B)172.31º65.55%46.67%-
XYZ10.2714.7716.78-
YUV94.54136.1689.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=15.24%
G=44.24%
B=40.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191090.6600.080.53172.3148.7531.37
Hex29776D420835ac311f
Octal51167155102010652546137
Binary101001111011111011011000010010001101011010110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29776D; }

 p { color: rgb(41,119,109); }

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

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

 a { background-color: rgb(41,119,109); }

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

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

 span { border-color: rgb(41,119,109); }

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