#2C6A60

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

Shades of Eden #2C6A60

Tints of Eden #2C6A60

Color information

#2C6A60 (or 0x2C6A60) is unknown color: approx Eden. HEX triplet: 2C, 6A and 60. RGB value is (44,106,96). Sum of RGB (Red+Green+Blue) = 44+106+96=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6A60 is #D3959F. Grayscale: #565656. Windows color (decimal): -13866400 or 6318636. OLE color: 6318636.

HSL color Cylindrical-coordinate representation of color #2C6A60: hue angle of 170.32º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6A60 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB4410696-
CMYK0.5800.090.58
HSL170.32º41.33%29.41%-
HSV(B)170.32º58.49%41.57%-
XYZ8.311.6912.88-
YUV86.32133.4697.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.89%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=17.89%
G=43.09%
B=39.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44106960.5800.090.58170.3241.3329.41
Hex2C6A603A093Aaa291d
Octal5415214072011722525135
Binary10110011010101100000111010010011110101010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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