#296B53

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

Shades of Evening Sea #296B53

Tints of Evening Sea #296B53

Color information

#296B53 (or 0x296B53) is unknown color: approx Evening Sea. HEX triplet: 29, 6B and 53. RGB value is (41,107,83). Sum of RGB (Red+Green+Blue) = 41+107+83=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #296B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B53 is #D694AC. Grayscale: #545454. Windows color (decimal): -14062765 or 5466921. OLE color: 5466921.

HSL color Cylindrical-coordinate representation of color #296B53: hue angle of 158.18º 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 #296B53 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB4110783-
CMYK0.6200.220.58
HSL158.18º44.59%29.02%-
HSV(B)158.18º61.68%41.96%-
XYZ7.7311.6110.02-
YUV84.53127.1396.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=17.75%
G=46.32%
B=35.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107830.6200.220.58158.1844.5929.02
Hex296B533E0163A9e2d1d
Octal5115312376026722365535
Binary101001110101110100111111100101101110101001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,107,83); }

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

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

 a { background-color: rgb(41,107,83); }

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

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

 span { border-color: rgb(41,107,83); }

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