#296C5B

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

Shades of Eden #296C5B

Tints of Eden #296C5B

Color information

#296C5B (or 0x296C5B) is unknown color: approx Eden. HEX triplet: 29, 6C and 5B. RGB value is (41,108,91). Sum of RGB (Red+Green+Blue) = 41+108+91=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #296C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C5B is #D693A4. Grayscale: #565656. Windows color (decimal): -14062501 or 5991465. OLE color: 5991465.

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

Color convert

RGB4110891-
CMYK0.6200.160.58
HSL164.78º44.97%29.22%-
HSV(B)164.78º62.04%42.35%-
XYZ8.1711.9511.77-
YUV86.03130.895.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=17.08%
G=45%
B=37.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108910.6200.160.58164.7844.9729.22
Hex296C5B3E0103Aa52d1d
Octal5115413376020722455535
Binary101001110110010110111111100100001110101010010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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