#297A63

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

Shades of Genoa #297A63

Tints of Genoa #297A63

Color information

#297A63 (or 0x297A63) is unknown color: approx Genoa. HEX triplet: 29, 7A and 63. RGB value is (41,122,99). Sum of RGB (Red+Green+Blue) = 41+122+99=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #297A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A63 is #D6859C. Grayscale: #5F5F5F. Windows color (decimal): -14058909 or 6519337. OLE color: 6519337.

HSL color Cylindrical-coordinate representation of color #297A63: hue angle of 162.96º 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 #297A63 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB4112299-
CMYK0.6600.190.52
HSL162.96º49.69%31.96%-
HSV(B)162.96º66.39%47.84%-
XYZ10.1315.2914.22-
YUV95.16130.1689.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 122 (48.05% from 255) = 46.56%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=15.65%
G=46.56%
B=37.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122990.6600.190.52162.9649.6931.96
Hex297A634201334a33220
Octal51172143102023642436240
Binary10100111110101100011100001001001111010010100011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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