#2c6d5e

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

Shades of Eden #2C6D5E

Tints of Eden #2C6D5E

Color information

#2C6D5E (or 0x2C6D5E) is unknown color: approx Eden. HEX triplet: 2C, 6D and 5E. RGB value is (44,109,94). Sum of RGB (Red+Green+Blue) = 44+109+94=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6D5E is #D392A1. Grayscale: #575757. Windows color (decimal): -13865634 or 6188332. OLE color: 6188332.

HSL color Cylindrical-coordinate representation of color #2C6D5E: hue angle of 166.15º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6D5E is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB4410994-
CMYK0.6000.140.57
HSL166.15º42.48%30%-
HSV(B)166.15º59.63%42.75%-
XYZ8.5312.2812.51-
YUV87.85131.4796.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=17.81%
G=44.13%
B=38.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44109940.6000.140.57166.1542.4830
Hex2C6D5E3C0E39a62a1e
Octal5415513674016712465236
Binary10110011011011011110111100011101110011010011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c6d5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,109,94); }

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

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

 a { background-color: rgb(44,109,94); }

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

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

 span { border-color: rgb(44,109,94); }

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