#296B55

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

Shades of Evening Sea #296B55

Tints of Evening Sea #296B55

Color information

#296B55 (or 0x296B55) is unknown color: approx Evening Sea. HEX triplet: 29, 6B and 55. RGB value is (41,107,85). Sum of RGB (Red+Green+Blue) = 41+107+85=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #296B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B55 is #D694AA. Grayscale: #545454. Windows color (decimal): -14062763 or 5597993. OLE color: 5597993.

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

Color convert

RGB4110785-
CMYK0.6200.210.58
HSL160º44.59%29.02%-
HSV(B)160º61.68%41.96%-
XYZ7.8111.6410.43-
YUV84.76128.1396.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 107 (42.19% from 255) = 45.92%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=17.60%
G=45.92%
B=36.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107850.6200.210.5816044.5929.02
Hex296B553E0153Aa02d1d
Octal5115312576025722405535
Binary101001110101110101011111100101011110101010000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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