#297F65

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

Shades of Genoa #297F65

Tints of Genoa #297F65

Color information

#297F65 (or 0x297F65) is unknown color: approx Genoa. HEX triplet: 29, 7F and 65. RGB value is (41,127,101). Sum of RGB (Red+Green+Blue) = 41+127+101=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #297F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F65 is #D6809A. Grayscale: #626262. Windows color (decimal): -14057627 or 6651689. OLE color: 6651689.

HSL color Cylindrical-coordinate representation of color #297F65: hue angle of 161.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F65 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB41127101-
CMYK0.6800.200.50
HSL161.86º51.19%32.94%-
HSV(B)161.86º67.72%49.8%-
XYZ10.8516.5914.94-
YUV98.32129.5187.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 127 (50% from 255) = 47.21%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=15.24%
G=47.21%
B=37.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411271010.6800.200.50161.8651.1932.94
Hex297F654401432a23321
Octal51177145104024622426341
Binary10100111111111100101100010001010011001010100010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297F65; }

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

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

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

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

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

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

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

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