#297F70

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

Shades of Genoa #297F70

Tints of Genoa #297F70

Color information

#297F70 (or 0x297F70) is unknown color: approx Genoa. HEX triplet: 29, 7F and 70. RGB value is (41,127,112). Sum of RGB (Red+Green+Blue) = 41+127+112=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #297F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F70 is #D6808F. Grayscale: #636363. Windows color (decimal): -14057616 or 7372585. OLE color: 7372585.

HSL color Cylindrical-coordinate representation of color #297F70: hue angle of 169.53º 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 #297F70 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB41127112-
CMYK0.6800.120.50
HSL169.53º51.19%32.94%-
HSV(B)169.53º67.72%49.8%-
XYZ11.4316.8217.97-
YUV99.58135.0186.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 112 (44.14% from 255) = 40%
R=14.64%
G=45.36%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411271120.6800.120.50169.5351.1932.94
Hex297F70440C32aa3321
Octal51177160104014622526341
Binary1010011111111111000010001000110011001010101010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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