#296C5A

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

Shades of Eden #296C5A

Tints of Eden #296C5A

Color information

#296C5A (or 0x296C5A) is unknown color: approx Eden. HEX triplet: 29, 6C and 5A. RGB value is (41,108,90). Sum of RGB (Red+Green+Blue) = 41+108+90=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #296C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C5A is #D693A5. Grayscale: #555555. Windows color (decimal): -14062502 or 5925929. OLE color: 5925929.

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

Color convert

RGB4110890-
CMYK0.6200.170.58
HSL163.88º44.97%29.22%-
HSV(B)163.88º62.04%42.35%-
XYZ8.1211.9311.55-
YUV85.92130.395.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=17.15%
G=45.19%
B=37.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108900.6200.170.58163.8844.9729.22
Hex296C5A3E0113Aa42d1d
Octal5115413276021722445535
Binary101001110110010110101111100100011110101010010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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