#297166

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

Shades of Genoa #297166

Tints of Genoa #297166

Color information

#297166 (or 0x297166) is unknown color: approx Genoa. HEX triplet: 29, 71 and 66. RGB value is (41,113,102). Sum of RGB (Red+Green+Blue) = 41+113+102=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #297166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297166 is #D68E99. Grayscale: #5A5A5A. Windows color (decimal): -14061210 or 6713641. OLE color: 6713641.

HSL color Cylindrical-coordinate representation of color #297166: hue angle of 170.83º 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 #297166 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB41113102-
CMYK0.6400.100.56
HSL170.83º46.75%30.2%-
HSV(B)170.83º63.72%44.31%-
XYZ9.2213.2414.64-
YUV90.22134.6592.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=16.02%
G=44.14%
B=39.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411131020.6400.100.56170.8346.7530.2
Hex297166400A38ab2f1e
Octal51161146100012702535736
Binary101001111000111001101000000010101110001010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297166; }

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

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

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

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

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

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

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

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