#296B4E

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

Shades of Evening Sea #296B4E

Tints of Evening Sea #296B4E

Color information

#296B4E (or 0x296B4E) is unknown color: approx Evening Sea. HEX triplet: 29, 6B and 4E. RGB value is (41,107,78). Sum of RGB (Red+Green+Blue) = 41+107+78=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #296B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B4E is #D694B1. Grayscale: #545454. Windows color (decimal): -14062770 or 5139241. OLE color: 5139241.

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

Color convert

RGB4110778-
CMYK0.6200.270.58
HSL153.64º44.59%29.02%-
HSV(B)153.64º61.68%41.96%-
XYZ7.5511.549.04-
YUV83.96124.6397.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 107 (42.19% from 255) = 47.35%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=18.14%
G=47.35%
B=34.51%

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
Decimal41107780.6200.270.58153.6444.5929.02
Hex296B4E3E01B3A9a2d1d
Octal5115311676033722325535
Binary101001110101110011101111100110111110101001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,107,78); }

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

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

 a { background-color: rgb(41,107,78); }

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

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

 span { border-color: rgb(41,107,78); }

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