#29775E

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

Shades of Genoa #29775E

Tints of Genoa #29775E

Color information

#29775E (or 0x29775E) is unknown color: approx Genoa. HEX triplet: 29, 77 and 5E. RGB value is (41,119,94). Sum of RGB (Red+Green+Blue) = 41+119+94=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #29775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29775E is #D688A1. Grayscale: #5C5C5C. Windows color (decimal): -14059682 or 6190889. OLE color: 6190889.

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

Color convert

RGB4111994-
CMYK0.6600.210.53
HSL160.77º48.75%31.37%-
HSV(B)160.77º65.55%46.67%-
XYZ9.5314.4712.88-
YUV92.83128.6691.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=16.14%
G=46.85%
B=37.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119940.6600.210.53160.7748.7531.37
Hex29775E4201535a1311f
Octal51167136102025652416137
Binary1010011110111101111010000100101011101011010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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