#296A51

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

Shades of Evening Sea #296A51

Tints of Evening Sea #296A51

Color information

#296A51 (or 0x296A51) is unknown color: approx Evening Sea. HEX triplet: 29, 6A and 51. RGB value is (41,106,81). Sum of RGB (Red+Green+Blue) = 41+106+81=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #296A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A51 is #D695AE. Grayscale: #535353. Windows color (decimal): -14063023 or 5335593. OLE color: 5335593.

HSL color Cylindrical-coordinate representation of color #296A51: hue angle of 156.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A51 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB4110681-
CMYK0.6100.240.58
HSL156.92º44.22%28.82%-
HSV(B)156.92º61.32%41.57%-
XYZ7.5511.379.58-
YUV83.71126.4797.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=17.98%
G=46.49%
B=35.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106810.6100.240.58156.9244.2228.82
Hex296A513D0183A9d2c1d
Octal5115212175030722355435
Binary101001110101010100011111010110001110101001110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,106,81); }

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

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

 a { background-color: rgb(41,106,81); }

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

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

 span { border-color: rgb(41,106,81); }

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