#297167

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

Shades of Genoa #297167

Tints of Genoa #297167

Color information

#297167 (or 0x297167) is unknown color: approx Genoa. HEX triplet: 29, 71 and 67. RGB value is (41,113,103). Sum of RGB (Red+Green+Blue) = 41+113+103=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #297167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297167 is #D68E98. Grayscale: #5A5A5A. Windows color (decimal): -14061209 or 6779177. OLE color: 6779177.

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

Color convert

RGB41113103-
CMYK0.6400.090.56
HSL171.67º46.75%30.2%-
HSV(B)171.67º63.72%44.31%-
XYZ9.2713.2614.9-
YUV90.33135.1592.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=15.95%
G=43.97%
B=40.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411131030.6400.090.56171.6746.7530.2
Hex297167400938ac2f1e
Octal51161147100011702545736
Binary101001111000111001111000000010011110001010110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297167; }

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

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

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

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

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

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

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

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