#297560

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

Shades of Genoa #297560

Tints of Genoa #297560

Color information

#297560 (or 0x297560) is unknown color: approx Genoa. HEX triplet: 29, 75 and 60. RGB value is (41,117,96). Sum of RGB (Red+Green+Blue) = 41+117+96=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #297560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297560 is #D68A9F. Grayscale: #5B5B5B. Windows color (decimal): -14060192 or 6321449. OLE color: 6321449.

HSL color Cylindrical-coordinate representation of color #297560: hue angle of 163.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 #297560 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB4111796-
CMYK0.6500.180.54
HSL163.42º48.1%30.98%-
HSV(B)163.42º64.96%45.88%-
XYZ9.3914.0413.28-
YUV91.88130.3291.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=16.14%
G=46.06%
B=37.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117960.6500.180.54163.4248.130.98
Hex2975604101236a3301f
Octal51165140101022662436037
Binary1010011110101110000010000010100101101101010001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297560; }

 p { color: rgb(41,117,96); }

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

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

 a { background-color: rgb(41,117,96); }

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

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

 span { border-color: rgb(41,117,96); }

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