#297A68

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

Shades of Genoa #297A68

Tints of Genoa #297A68

Color information

#297A68 (or 0x297A68) is unknown color: approx Genoa. HEX triplet: 29, 7A and 68. RGB value is (41,122,104). Sum of RGB (Red+Green+Blue) = 41+122+104=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #297A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A68 is #D68597. Grayscale: #5F5F5F. Windows color (decimal): -14058904 or 6847017. OLE color: 6847017.

HSL color Cylindrical-coordinate representation of color #297A68: hue angle of 166.67º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A68 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB41122104-
CMYK0.6600.150.52
HSL166.67º49.69%31.96%-
HSV(B)166.67º66.39%47.84%-
XYZ10.3715.3915.52-
YUV95.73132.6688.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=15.36%
G=45.69%
B=38.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411221040.6600.150.52166.6749.6931.96
Hex297A68420F34a73220
Octal51172150102017642476240
Binary1010011111010110100010000100111111010010100111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,122,104); }

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

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

 a { background-color: rgb(41,122,104); }

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

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

 span { border-color: rgb(41,122,104); }

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