#297050

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

Shades of Evening Sea #297050

Tints of Evening Sea #297050

Color information

#297050 (or 0x297050) is unknown color: approx Evening Sea. HEX triplet: 29, 70 and 50. RGB value is (41,112,80). Sum of RGB (Red+Green+Blue) = 41+112+80=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #297050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297050 is #D68FAF. Grayscale: #575757. Windows color (decimal): -14061488 or 5271593. OLE color: 5271593.

HSL color Cylindrical-coordinate representation of color #297050: hue angle of 152.96º 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 #297050 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB4111280-
CMYK0.6300.290.56
HSL152.96º46.41%30%-
HSV(B)152.96º63.39%43.92%-
XYZ8.1612.649.6-
YUV87.12123.9895.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=17.60%
G=48.07%
B=34.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112800.6300.290.56152.9646.4130
Hex2970503F01D38992e1e
Octal5116012077035702315636
Binary101001111000010100001111110111011110001001100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297050; }

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

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

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

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

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

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

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

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