#297055

Color #297055 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #297055

Tints of Evening Sea #297055

Color information

#297055 (or 0x297055) is unknown color: approx Evening Sea. HEX triplet: 29, 70 and 55. RGB value is (41,112,85). Sum of RGB (Red+Green+Blue) = 41+112+85=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #297055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297055 is #D68FAA. Grayscale: #575757. Windows color (decimal): -14061483 or 5599273. OLE color: 5599273.

HSL color Cylindrical-coordinate representation of color #297055: hue angle of 157.18º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297055 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB4111285-
CMYK0.6300.240.56
HSL157.18º46.41%30%-
HSV(B)157.18º63.39%43.92%-
XYZ8.3512.7210.61-
YUV87.69126.4894.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=17.23%
G=47.06%
B=35.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112850.6300.240.56157.1846.4130
Hex2970553F018389d2e1e
Octal5116012577030702355636
Binary101001111000010101011111110110001110001001110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297055; }

 p { color: rgb(41,112,85); }

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

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

 a { background-color: rgb(41,112,85); }

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

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

 span { border-color: rgb(41,112,85); }

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