#296F50

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

Shades of Evening Sea #296F50

Tints of Evening Sea #296F50

Color information

#296F50 (or 0x296F50) is unknown color: approx Evening Sea. HEX triplet: 29, 6F and 50. RGB value is (41,111,80). Sum of RGB (Red+Green+Blue) = 41+111+80=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #296F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F50 is #D690AF. Grayscale: #565656. Windows color (decimal): -14061744 or 5271337. OLE color: 5271337.

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

Color convert

RGB4111180-
CMYK0.6300.280.56
HSL153.43º46.05%29.8%-
HSV(B)153.43º63.06%43.53%-
XYZ8.0512.429.56-
YUV86.54124.3195.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 111 (43.75% from 255) = 47.84%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=17.67%
G=47.84%
B=34.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111800.6300.280.56153.4346.0529.8
Hex296F503F01C38992e1e
Octal5115712077034702315636
Binary101001110111110100001111110111001110001001100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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