#297766

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

Shades of Genoa #297766

Tints of Genoa #297766

Color information

#297766 (or 0x297766) is unknown color: approx Genoa. HEX triplet: 29, 77 and 66. RGB value is (41,119,102). Sum of RGB (Red+Green+Blue) = 41+119+102=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #297766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297766 is #D68899. Grayscale: #5D5D5D. Windows color (decimal): -14059674 or 6715177. OLE color: 6715177.

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

Color convert

RGB41119102-
CMYK0.6600.140.53
HSL166.92º48.75%31.37%-
HSV(B)166.92º65.55%46.67%-
XYZ9.9114.6214.87-
YUV93.74132.6690.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=15.65%
G=45.42%
B=38.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191020.6600.140.53166.9248.7531.37
Hex297766420E35a7311f
Octal51167146102016652476137
Binary101001111011111001101000010011101101011010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297766; }

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

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

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

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

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

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

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

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