#296C51

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

Shades of Evening Sea #296C51

Tints of Evening Sea #296C51

Color information

#296C51 (or 0x296C51) is unknown color: approx Evening Sea. HEX triplet: 29, 6C and 51. RGB value is (41,108,81). Sum of RGB (Red+Green+Blue) = 41+108+81=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #296C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C51 is #D693AE. Grayscale: #545454. Windows color (decimal): -14062511 or 5336105. OLE color: 5336105.

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

Color convert

RGB4110881-
CMYK0.6200.250.58
HSL155.82º44.97%29.22%-
HSV(B)155.82º62.04%42.35%-
XYZ7.7611.799.65-
YUV84.89125.896.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=17.83%
G=46.96%
B=35.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108810.6200.250.58155.8244.9729.22
Hex296C513E0193A9c2d1d
Octal5115412176031722345535
Binary101001110110010100011111100110011110101001110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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