#296C50

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

Shades of Evening Sea #296C50

Tints of Evening Sea #296C50

Color information

#296C50 (or 0x296C50) is unknown color: approx Evening Sea. HEX triplet: 29, 6C and 50. RGB value is (41,108,80). Sum of RGB (Red+Green+Blue) = 41+108+80=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #296C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C50 is #D693AF. Grayscale: #545454. Windows color (decimal): -14062512 or 5270569. OLE color: 5270569.

HSL color Cylindrical-coordinate representation of color #296C50: hue angle of 154.93º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296C50 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB4110880-
CMYK0.6200.260.58
HSL154.93º44.97%29.22%-
HSV(B)154.93º62.04%42.35%-
XYZ7.7211.789.46-
YUV84.78125.396.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=17.90%
G=47.16%
B=34.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108800.6200.260.58154.9344.9729.22
Hex296C503E01A3A9b2d1d
Octal5115412076032722335535
Binary101001110110010100001111100110101110101001101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296C50; }

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

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

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

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

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

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

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

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