#297761

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

Shades of Genoa #297761

Tints of Genoa #297761

Color information

#297761 (or 0x297761) is unknown color: approx Genoa. HEX triplet: 29, 77 and 61. RGB value is (41,119,97). Sum of RGB (Red+Green+Blue) = 41+119+97=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #297761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297761 is #D6889E. Grayscale: #5D5D5D. Windows color (decimal): -14059679 or 6387497. OLE color: 6387497.

HSL color Cylindrical-coordinate representation of color #297761: hue angle of 163.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297761 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB4111997-
CMYK0.6600.180.53
HSL163.08º48.75%31.37%-
HSV(B)163.08º65.55%46.67%-
XYZ9.6714.5313.6-
YUV93.17130.1690.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=15.95%
G=46.30%
B=37.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119970.6600.180.53163.0848.7531.37
Hex2977614201235a3311f
Octal51167141102022652436137
Binary1010011110111110000110000100100101101011010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297761; }

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

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

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

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

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

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

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

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