#297B6F

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

Shades of Genoa #297B6F

Tints of Genoa #297B6F

Color information

#297B6F (or 0x297B6F) is unknown color: approx Genoa. HEX triplet: 29, 7B and 6F. RGB value is (41,123,111). Sum of RGB (Red+Green+Blue) = 41+123+111=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #297B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B6F is #D68490. Grayscale: #616161. Windows color (decimal): -14058641 or 7306025. OLE color: 7306025.

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

Color convert

RGB41123111-
CMYK0.6700.100.52
HSL171.22º50%32.16%-
HSV(B)171.22º66.67%48.24%-
XYZ10.8715.7917.51-
YUV97.11135.8387.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=14.91%
G=44.73%
B=40.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411231110.6700.100.52171.225032.16
Hex297B6F430A34ab3220
Octal51173157103012642536240
Binary1010011111011110111110000110101011010010101011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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