#296B60

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

Shades of Eden #296B60

Tints of Eden #296B60

Color information

#296B60 (or 0x296B60) is unknown color: approx Eden. HEX triplet: 29, 6B and 60. RGB value is (41,107,96). Sum of RGB (Red+Green+Blue) = 41+107+96=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #296B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B60 is #D6949F. Grayscale: #555555. Windows color (decimal): -14062752 or 6318889. OLE color: 6318889.

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

Color convert

RGB4110796-
CMYK0.6200.100.58
HSL170º44.59%29.02%-
HSV(B)170º61.68%41.96%-
XYZ8.2811.8312.91-
YUV86.01133.6395.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=16.80%
G=43.85%
B=39.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107960.6200.100.5817044.5929.02
Hex296B603E0A3Aaa2d1d
Octal5115314076012722525535
Binary10100111010111100000111110010101110101010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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