#297A67

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

Shades of Genoa #297A67

Tints of Genoa #297A67

Color information

#297A67 (or 0x297A67) is unknown color: approx Genoa. HEX triplet: 29, 7A and 67. RGB value is (41,122,103). Sum of RGB (Red+Green+Blue) = 41+122+103=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #297A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A67 is #D68598. Grayscale: #5F5F5F. Windows color (decimal): -14058905 or 6781481. OLE color: 6781481.

HSL color Cylindrical-coordinate representation of color #297A67: hue angle of 165.93º 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 #297A67 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB41122103-
CMYK0.6600.160.52
HSL165.93º49.69%31.96%-
HSV(B)165.93º66.39%47.84%-
XYZ10.3215.3715.25-
YUV95.62132.1689.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 122 (48.05% from 255) = 45.86%
BLUE value IS 103 (40.62% from 255) = 38.72%
R=15.41%
G=45.86%
B=38.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411221030.6600.160.52165.9349.6931.96
Hex297A674201034a63220
Octal51172147102020642466240
Binary10100111110101100111100001001000011010010100110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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