#296C4F

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

Shades of Evening Sea #296C4F

Tints of Evening Sea #296C4F

Color information

#296C4F (or 0x296C4F) is unknown color: approx Evening Sea. HEX triplet: 29, 6C and 4F. RGB value is (41,108,79). Sum of RGB (Red+Green+Blue) = 41+108+79=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #296C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C4F is #D693B0. Grayscale: #545454. Windows color (decimal): -14062513 or 5205033. OLE color: 5205033.

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

Color convert

RGB4110879-
CMYK0.6200.270.58
HSL154.03º44.97%29.22%-
HSV(B)154.03º62.04%42.35%-
XYZ7.6911.769.26-
YUV84.66124.896.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 108 (42.58% from 255) = 47.37%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=17.98%
G=47.37%
B=34.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108790.6200.270.58154.0344.9729.22
Hex296C4F3E01B3A9a2d1d
Octal5115411776033722325535
Binary101001110110010011111111100110111110101001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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