#297468

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

Shades of Genoa #297468

Tints of Genoa #297468

Color information

#297468 (or 0x297468) is unknown color: approx Genoa. HEX triplet: 29, 74 and 68. RGB value is (41,116,104). Sum of RGB (Red+Green+Blue) = 41+116+104=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #297468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297468 is #D68B97. Grayscale: #5C5C5C. Windows color (decimal): -14060440 or 6845481. OLE color: 6845481.

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

Color convert

RGB41116104-
CMYK0.6500.100.55
HSL170.4º47.77%30.78%-
HSV(B)170.4º64.66%45.49%-
XYZ9.6613.9615.28-
YUV92.21134.6591.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=15.71%
G=44.44%
B=39.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411161040.6500.100.55170.447.7730.78
Hex297468410A37aa301f
Octal51164150101012672526037
Binary101001111010011010001000001010101101111010101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297468; }

 p { color: rgb(41,116,104); }

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

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

 a { background-color: rgb(41,116,104); }

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

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

 span { border-color: rgb(41,116,104); }

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