#297165

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

Shades of Genoa #297165

Tints of Genoa #297165

Color information

#297165 (or 0x297165) is unknown color: approx Genoa. HEX triplet: 29, 71 and 65. RGB value is (41,113,101). Sum of RGB (Red+Green+Blue) = 41+113+101=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #297165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297165 is #D68E9A. Grayscale: #5A5A5A. Windows color (decimal): -14061211 or 6648105. OLE color: 6648105.

HSL color Cylindrical-coordinate representation of color #297165: hue angle of 170º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297165 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB41113101-
CMYK0.6400.110.56
HSL170º46.75%30.2%-
HSV(B)170º63.72%44.31%-
XYZ9.1713.2214.38-
YUV90.1134.1592.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 101 (39.84% from 255) = 39.61%
R=16.08%
G=44.31%
B=39.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411131010.6400.110.5617046.7530.2
Hex297165400B38aa2f1e
Octal51161145100013702525736
Binary101001111000111001011000000010111110001010101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297165; }

 p { color: rgb(41,113,101); }

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

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

 a { background-color: rgb(41,113,101); }

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

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

 span { border-color: rgb(41,113,101); }

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