#297D6A

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

Shades of Genoa #297D6A

Tints of Genoa #297D6A

Color information

#297D6A (or 0x297D6A) is unknown color: approx Genoa. HEX triplet: 29, 7D and 6A. RGB value is (41,125,106). Sum of RGB (Red+Green+Blue) = 41+125+106=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #297D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D6A is #D68295. Grayscale: #616161. Windows color (decimal): -14058134 or 6978857. OLE color: 6978857.

HSL color Cylindrical-coordinate representation of color #297D6A: hue angle of 166.43º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297D6A is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB41125106-
CMYK0.6700.150.51
HSL166.43º50.6%32.55%-
HSV(B)166.43º67.2%49.02%-
XYZ10.8516.1816.19-
YUV97.72132.6787.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=15.07%
G=45.96%
B=38.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411251060.6700.150.51166.4350.632.55
Hex297D6A430F33a63321
Octal51175152103017632466341
Binary1010011111101110101010000110111111001110100110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,125,106); }

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

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

 a { background-color: rgb(41,125,106); }

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

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

 span { border-color: rgb(41,125,106); }

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