#296D53

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

Shades of Evening Sea #296D53

Tints of Evening Sea #296D53

Color information

#296D53 (or 0x296D53) is unknown color: approx Evening Sea. HEX triplet: 29, 6D and 53. RGB value is (41,109,83). Sum of RGB (Red+Green+Blue) = 41+109+83=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #296D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D53 is #D692AC. Grayscale: #555555. Windows color (decimal): -14062253 or 5467433. OLE color: 5467433.

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

Color convert

RGB4110983-
CMYK0.6200.240.57
HSL157.06º45.33%29.41%-
HSV(B)157.06º62.39%42.75%-
XYZ7.9412.0310.09-
YUV85.7126.4796.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 109 (42.97% from 255) = 46.78%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=17.60%
G=46.78%
B=35.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41109830.6200.240.57157.0645.3329.41
Hex296D533E018399d2d1d
Octal5115512376030712355535
Binary101001110110110100111111100110001110011001110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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