#2C6460

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

Shades of Eden #2C6460

Tints of Eden #2C6460

Color information

#2C6460 (or 0x2C6460) is unknown color: approx Eden. HEX triplet: 2C, 64 and 60. RGB value is (44,100,96). Sum of RGB (Red+Green+Blue) = 44+100+96=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #2C6460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6460 is #D39B9F. Grayscale: #525252. Windows color (decimal): -13867936 or 6317100. OLE color: 6317100.

HSL color Cylindrical-coordinate representation of color #2C6460: hue angle of 175.71º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C6460 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB4410096-
CMYK0.5600.040.61
HSL175.71º38.89%28.24%-
HSV(B)175.71º56%39.22%-
XYZ7.7110.4912.69-
YUV82.8135.45100.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.33%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 96 (37.89% from 255) = 40%
R=18.33%
G=41.67%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal44100960.5600.040.61175.7138.8928.24
Hex2C646038043Db0271c
Octal541441407004752604734
Binary1011001100100110000011100001001111011011000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C6460; }

 p { color: rgb(44,100,96); }

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

<style>
 a { background-color: #2C6460; }

 a { background-color: rgb(44,100,96); }

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

<style>
 span { border-color: #2C6460; }

 span { border-color: rgb(44,100,96); }

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