#2C6D5A

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

Shades of Eden #2C6D5A

Tints of Eden #2C6D5A

Color information

#2C6D5A (or 0x2C6D5A) is unknown color: approx Eden. HEX triplet: 2C, 6D and 5A. RGB value is (44,109,90). Sum of RGB (Red+Green+Blue) = 44+109+90=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6D5A is #D392A5. Grayscale: #575757. Windows color (decimal): -13865638 or 5926188. OLE color: 5926188.

HSL color Cylindrical-coordinate representation of color #2C6D5A: hue angle of 162.46º 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 #2C6D5A is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB4410990-
CMYK0.6000.170.57
HSL162.46º42.48%30%-
HSV(B)162.46º59.63%42.75%-
XYZ8.3512.2111.59-
YUV87.4129.4797.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.11%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=18.11%
G=44.86%
B=37.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44109900.6000.170.57162.4642.4830
Hex2C6D5A3C01139a22a1e
Octal5415513274021712425236
Binary101100110110110110101111000100011110011010001010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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