#297361

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

Shades of Genoa #297361

Tints of Genoa #297361

Color information

#297361 (or 0x297361) is unknown color: approx Genoa. HEX triplet: 29, 73 and 61. RGB value is (41,115,97). Sum of RGB (Red+Green+Blue) = 41+115+97=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #297361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297361 is #D68C9E. Grayscale: #5A5A5A. Windows color (decimal): -14060703 or 6386473. OLE color: 6386473.

HSL color Cylindrical-coordinate representation of color #297361: hue angle of 165.41º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297361 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB4111597-
CMYK0.6400.160.55
HSL165.41º47.44%30.59%-
HSV(B)165.41º64.35%45.1%-
XYZ9.213.613.45-
YUV90.82131.4892.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=16.21%
G=45.45%
B=38.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115970.6400.160.55165.4147.4430.59
Hex2973614001037a52f1f
Octal51163141100020672455737
Binary1010011110011110000110000000100001101111010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297361; }

 p { color: rgb(41,115,97); }

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

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

 a { background-color: rgb(41,115,97); }

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

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

 span { border-color: rgb(41,115,97); }

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