#296A56

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

Shades of Eden #296A56

Tints of Eden #296A56

Color information

#296A56 (or 0x296A56) is unknown color: approx Eden. HEX triplet: 29, 6A and 56. RGB value is (41,106,86). Sum of RGB (Red+Green+Blue) = 41+106+86=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #296A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A56 is #D695A9. Grayscale: #545454. Windows color (decimal): -14063018 or 5663273. OLE color: 5663273.

HSL color Cylindrical-coordinate representation of color #296A56: hue angle of 161.54º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A56 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB4110686-
CMYK0.6100.190.58
HSL161.54º44.22%28.82%-
HSV(B)161.54º61.32%41.57%-
XYZ7.7511.4510.61-
YUV84.28128.9797.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=17.60%
G=45.49%
B=36.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106860.6100.190.58161.5444.2228.82
Hex296A563D0133Aa22c1d
Octal5115212675023722425435
Binary101001110101010101101111010100111110101010001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,106,86); }

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

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

 a { background-color: rgb(41,106,86); }

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

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

 span { border-color: rgb(41,106,86); }

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