#297F6F

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

Shades of Genoa #297F6F

Tints of Genoa #297F6F

Color information

#297F6F (or 0x297F6F) is unknown color: approx Genoa. HEX triplet: 29, 7F and 6F. RGB value is (41,127,111). Sum of RGB (Red+Green+Blue) = 41+127+111=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #297F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F6F is #D68090. Grayscale: #636363. Windows color (decimal): -14057617 or 7307049. OLE color: 7307049.

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

Color convert

RGB41127111-
CMYK0.6800.130.50
HSL168.84º51.19%32.94%-
HSV(B)168.84º67.72%49.8%-
XYZ11.3716.817.68-
YUV99.46134.5186.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=14.70%
G=45.52%
B=39.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411271110.6800.130.50168.8451.1932.94
Hex297F6F440D32a93321
Octal51177157104015622516341
Binary1010011111111110111110001000110111001010101001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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