#2C6560

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

Shades of Eden #2C6560

Tints of Eden #2C6560

Color information

#2C6560 (or 0x2C6560) is unknown color: approx Eden. HEX triplet: 2C, 65 and 60. RGB value is (44,101,96). Sum of RGB (Red+Green+Blue) = 44+101+96=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6560 is #D39A9F. Grayscale: #535353. Windows color (decimal): -13867680 or 6317356. OLE color: 6317356.

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

Color convert

RGB4410196-
CMYK0.5600.050.60
HSL174.74º39.31%28.43%-
HSV(B)174.74º56.44%39.61%-
XYZ7.810.6912.72-
YUV83.39135.1299.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=18.26%
G=41.91%
B=39.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101960.5600.050.60174.7439.3128.43
Hex2C656038053Caf271c
Octal541451407005742574734
Binary1011001100101110000011100001011111001010111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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