#297169

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

Shades of Genoa #297169

Tints of Genoa #297169

Color information

#297169 (or 0x297169) is unknown color: approx Genoa. HEX triplet: 29, 71 and 69. RGB value is (41,113,105). Sum of RGB (Red+Green+Blue) = 41+113+105=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #297169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297169 is #D68E96. Grayscale: #5A5A5A. Windows color (decimal): -14061207 or 6910249. OLE color: 6910249.

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

Color convert

RGB41113105-
CMYK0.6400.070.56
HSL173.33º46.75%30.2%-
HSV(B)173.33º63.72%44.31%-
XYZ9.3713.315.44-
YUV90.56136.1592.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=15.83%
G=43.63%
B=40.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411131050.6400.070.56173.3346.7530.2
Hex297169400738ad2f1e
Octal5116115110007702555736
Binary10100111100011101001100000001111110001010110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297169; }

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

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

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

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

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

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

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

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