#296B58

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

Shades of Eden #296B58

Tints of Eden #296B58

Color information

#296B58 (or 0x296B58) is unknown color: approx Eden. HEX triplet: 29, 6B and 58. RGB value is (41,107,88). Sum of RGB (Red+Green+Blue) = 41+107+88=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #296B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B58 is #D694A7. Grayscale: #555555. Windows color (decimal): -14062760 or 5794601. OLE color: 5794601.

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

Color convert

RGB4110788-
CMYK0.6200.180.58
HSL162.73º44.59%29.02%-
HSV(B)162.73º61.68%41.96%-
XYZ7.9311.6911.07-
YUV85.1129.6396.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 107 (42.19% from 255) = 45.34%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=17.37%
G=45.34%
B=37.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107880.6200.180.58162.7344.5929.02
Hex296B583E0123Aa32d1d
Octal5115313076022722435535
Binary101001110101110110001111100100101110101010001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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