#29776B

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

Shades of Genoa #29776B

Tints of Genoa #29776B

Color information

#29776B (or 0x29776B) is unknown color: approx Genoa. HEX triplet: 29, 77 and 6B. RGB value is (41,119,107). Sum of RGB (Red+Green+Blue) = 41+119+107=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #29776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29776B is #D68894. Grayscale: #5E5E5E. Windows color (decimal): -14059669 or 7042857. OLE color: 7042857.

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

Color convert

RGB41119107-
CMYK0.6600.100.53
HSL170.77º48.75%31.37%-
HSV(B)170.77º65.55%46.67%-
XYZ10.1714.7316.22-
YUV94.31135.1689.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=15.36%
G=44.57%
B=40.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191070.6600.100.53170.7748.7531.37
Hex29776B420A35ab311f
Octal51167153102012652536137
Binary101001111011111010111000010010101101011010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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