#297F69

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

Shades of Genoa #297F69

Tints of Genoa #297F69

Color information

#297F69 (or 0x297F69) is unknown color: approx Genoa. HEX triplet: 29, 7F and 69. RGB value is (41,127,105). Sum of RGB (Red+Green+Blue) = 41+127+105=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #297F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F69 is #D68096. Grayscale: #626262. Windows color (decimal): -14057623 or 6913833. OLE color: 6913833.

HSL color Cylindrical-coordinate representation of color #297F69: hue angle of 164.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F69 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB41127105-
CMYK0.6800.170.50
HSL164.65º51.19%32.94%-
HSV(B)164.65º67.72%49.8%-
XYZ11.0516.6716-
YUV98.78131.5186.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 127 (50% from 255) = 46.52%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=15.02%
G=46.52%
B=38.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411271050.6800.170.50164.6551.1932.94
Hex297F694401132a53321
Octal51177151104021622456341
Binary10100111111111101001100010001000111001010100101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297F69; }

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

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

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

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

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

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

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

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