#296C5E

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

Shades of Eden #296C5E

Tints of Eden #296C5E

Color information

#296C5E (or 0x296C5E) is unknown color: approx Eden. HEX triplet: 29, 6C and 5E. RGB value is (41,108,94). Sum of RGB (Red+Green+Blue) = 41+108+94=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #296C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C5E is #D693A1. Grayscale: #565656. Windows color (decimal): -14062498 or 6188073. OLE color: 6188073.

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

Color convert

RGB4110894-
CMYK0.6200.130.58
HSL167.46º44.97%29.22%-
HSV(B)167.46º62.04%42.35%-
XYZ8.31212.47-
YUV86.37132.395.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 108 (42.58% from 255) = 44.44%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=16.87%
G=44.44%
B=38.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108940.6200.130.58167.4644.9729.22
Hex296C5E3E0D3Aa72d1d
Octal5115413676015722475535
Binary10100111011001011110111110011011110101010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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