#297C66

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

Shades of Genoa #297C66

Tints of Genoa #297C66

Color information

#297C66 (or 0x297C66) is unknown color: approx Genoa. HEX triplet: 29, 7C and 66. RGB value is (41,124,102). Sum of RGB (Red+Green+Blue) = 41+124+102=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #297C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C66 is #D68399. Grayscale: #606060. Windows color (decimal): -14058394 or 6716457. OLE color: 6716457.

HSL color Cylindrical-coordinate representation of color #297C66: hue angle of 164.1º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C66 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB41124102-
CMYK0.6700.180.51
HSL164.1º50.3%32.35%-
HSV(B)164.1º66.94%48.63%-
XYZ10.5215.8515.07-
YUV96.6813188.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 124 (48.83% from 255) = 46.44%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=15.36%
G=46.44%
B=38.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411241020.6700.180.51164.150.332.35
Hex297C664301233a43220
Octal51174146103022632446240
Binary10100111111001100110100001101001011001110100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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