#29776E

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

Shades of Genoa #29776E

Tints of Genoa #29776E

Color information

#29776E (or 0x29776E) is unknown color: approx Genoa. HEX triplet: 29, 77 and 6E. RGB value is (41,119,110). Sum of RGB (Red+Green+Blue) = 41+119+110=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #29776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29776E is #D68891. Grayscale: #5E5E5E. Windows color (decimal): -14059666 or 7239465. OLE color: 7239465.

HSL color Cylindrical-coordinate representation of color #29776E: hue angle of 173.08º 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 #29776E is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB41119110-
CMYK0.6600.080.53
HSL173.08º48.75%31.37%-
HSV(B)173.08º65.55%46.67%-
XYZ10.3314.7917.06-
YUV94.65136.6689.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=15.19%
G=44.07%
B=40.74%

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
Decimal411191100.6600.080.53173.0848.7531.37
Hex29776E420835ad311f
Octal51167156102010652556137
Binary101001111011111011101000010010001101011010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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