#296C5C

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

Shades of Eden #296C5C

Tints of Eden #296C5C

Color information

#296C5C (or 0x296C5C) is unknown color: approx Eden. HEX triplet: 29, 6C and 5C. RGB value is (41,108,92). Sum of RGB (Red+Green+Blue) = 41+108+92=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #296C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C5C is #D693A3. Grayscale: #565656. Windows color (decimal): -14062500 or 6057001. OLE color: 6057001.

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

Color convert

RGB4110892-
CMYK0.6200.150.58
HSL165.67º44.97%29.22%-
HSV(B)165.67º62.04%42.35%-
XYZ8.2111.9712-
YUV86.14131.395.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=17.01%
G=44.81%
B=38.17%

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
Decimal41108920.6200.150.58165.6744.9729.22
Hex296C5C3E0F3Aa62d1d
Octal5115413476017722465535
Binary10100111011001011100111110011111110101010011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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