#297769

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

Shades of Genoa #297769

Tints of Genoa #297769

Color information

#297769 (or 0x297769) is unknown color: approx Genoa. HEX triplet: 29, 77 and 69. RGB value is (41,119,105). Sum of RGB (Red+Green+Blue) = 41+119+105=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #297769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297769 is #D68896. Grayscale: #5E5E5E. Windows color (decimal): -14059671 or 6911785. OLE color: 6911785.

HSL color Cylindrical-coordinate representation of color #297769: hue angle of 169.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297769 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB41119105-
CMYK0.6600.120.53
HSL169.23º48.75%31.37%-
HSV(B)169.23º65.55%46.67%-
XYZ10.0614.6815.67-
YUV94.08134.1690.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=15.47%
G=44.91%
B=39.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411191050.6600.120.53169.2348.7531.37
Hex297769420C35a9311f
Octal51167151102014652516137
Binary101001111011111010011000010011001101011010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297769; }

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

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

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

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

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

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

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

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