#297B6C

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

Shades of Genoa #297B6C

Tints of Genoa #297B6C

Color information

#297B6C (or 0x297B6C) is unknown color: approx Genoa. HEX triplet: 29, 7B and 6C. RGB value is (41,123,108). Sum of RGB (Red+Green+Blue) = 41+123+108=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #297B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B6C is #D68493. Grayscale: #606060. Windows color (decimal): -14058644 or 7109417. OLE color: 7109417.

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

Color convert

RGB41123108-
CMYK0.6700.120.52
HSL169.02º50%32.16%-
HSV(B)169.02º66.67%48.24%-
XYZ10.715.7216.66-
YUV96.77134.3388.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=15.07%
G=45.22%
B=39.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411231080.6700.120.52169.025032.16
Hex297B6C430C34a93220
Octal51173154103014642516240
Binary1010011111011110110010000110110011010010101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,123,108); }

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

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

 a { background-color: rgb(41,123,108); }

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

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

 span { border-color: rgb(41,123,108); }

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