#297765

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

Shades of Genoa #297765

Tints of Genoa #297765

Color information

#297765 (or 0x297765) is unknown color: approx Genoa. HEX triplet: 29, 77 and 65. RGB value is (41,119,101). Sum of RGB (Red+Green+Blue) = 41+119+101=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #297765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297765 is #D6889A. Grayscale: #5D5D5D. Windows color (decimal): -14059675 or 6649641. OLE color: 6649641.

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

Color convert

RGB41119101-
CMYK0.6600.150.53
HSL166.15º48.75%31.37%-
HSV(B)166.15º65.55%46.67%-
XYZ9.8614.614.61-
YUV93.63132.1690.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=15.71%
G=45.59%
B=38.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191010.6600.150.53166.1548.7531.37
Hex297765420F35a6311f
Octal51167145102017652466137
Binary101001111011111001011000010011111101011010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297765; }

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

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

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

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

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

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

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

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