#297662

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

Shades of Genoa #297662

Tints of Genoa #297662

Color information

#297662 (or 0x297662) is unknown color: approx Genoa. HEX triplet: 29, 76 and 62. RGB value is (41,118,98). Sum of RGB (Red+Green+Blue) = 41+118+98=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #297662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297662 is #D6899D. Grayscale: #5C5C5C. Windows color (decimal): -14059934 or 6452777. OLE color: 6452777.

HSL color Cylindrical-coordinate representation of color #297662: hue angle of 164.42º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297662 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB4111898-
CMYK0.6500.170.54
HSL164.42º48.43%31.18%-
HSV(B)164.42º65.25%46.27%-
XYZ9.614.3113.81-
YUV92.7130.9991.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=15.95%
G=45.91%
B=38.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118980.6500.170.54164.4248.4331.18
Hex2976624101136a4301f
Octal51166142101021662446037
Binary1010011110110110001010000010100011101101010010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297662; }

 p { color: rgb(41,118,98); }

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

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

 a { background-color: rgb(41,118,98); }

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

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

 span { border-color: rgb(41,118,98); }

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