#296B5B

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

Shades of Eden #296B5B

Tints of Eden #296B5B

Color information

#296B5B (or 0x296B5B) is unknown color: approx Eden. HEX triplet: 29, 6B and 5B. RGB value is (41,107,91). Sum of RGB (Red+Green+Blue) = 41+107+91=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #296B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B5B is #D694A4. Grayscale: #555555. Windows color (decimal): -14062757 or 5991209. OLE color: 5991209.

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

Color convert

RGB4110791-
CMYK0.6200.150.58
HSL165.45º44.59%29.02%-
HSV(B)165.45º61.68%41.96%-
XYZ8.0611.7411.74-
YUV85.44131.1396.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=17.15%
G=44.77%
B=38.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107910.6200.150.58165.4544.5929.02
Hex296B5B3E0F3Aa52d1d
Octal5115313376017722455535
Binary10100111010111011011111110011111110101010010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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