#296F53

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

Shades of Evening Sea #296F53

Tints of Evening Sea #296F53

Color information

#296F53 (or 0x296F53) is unknown color: approx Evening Sea. HEX triplet: 29, 6F and 53. RGB value is (41,111,83). Sum of RGB (Red+Green+Blue) = 41+111+83=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #296F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F53 is #D690AC. Grayscale: #565656. Windows color (decimal): -14061741 or 5467945. OLE color: 5467945.

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

Color convert

RGB4111183-
CMYK0.6300.250.56
HSL156º46.05%29.8%-
HSV(B)156º63.06%43.53%-
XYZ8.1612.4610.16-
YUV86.88125.8195.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=17.45%
G=47.23%
B=35.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111830.6300.250.5615646.0529.8
Hex296F533F019389c2e1e
Octal5115712377031702345636
Binary101001110111110100111111110110011110001001110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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