#297A69

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

Shades of Genoa #297A69

Tints of Genoa #297A69

Color information

#297A69 (or 0x297A69) is unknown color: approx Genoa. HEX triplet: 29, 7A and 69. RGB value is (41,122,105). Sum of RGB (Red+Green+Blue) = 41+122+105=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #297A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A69 is #D68596. Grayscale: #5F5F5F. Windows color (decimal): -14058903 or 6912553. OLE color: 6912553.

HSL color Cylindrical-coordinate representation of color #297A69: hue angle of 167.41º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A69 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB41122105-
CMYK0.6600.140.52
HSL167.41º49.69%31.96%-
HSV(B)167.41º66.39%47.84%-
XYZ10.4215.4115.79-
YUV95.84133.1688.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 122 (48.05% from 255) = 45.52%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=15.30%
G=45.52%
B=39.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411221050.6600.140.52167.4149.6931.96
Hex297A69420E34a73220
Octal51172151102016642476240
Binary1010011111010110100110000100111011010010100111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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