#2C6C5A

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

Shades of Eden #2C6C5A

Tints of Eden #2C6C5A

Color information

#2C6C5A (or 0x2C6C5A) is unknown color: approx Eden. HEX triplet: 2C, 6C and 5A. RGB value is (44,108,90). Sum of RGB (Red+Green+Blue) = 44+108+90=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #2C6C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6C5A is #D393A5. Grayscale: #565656. Windows color (decimal): -13865894 or 5925932. OLE color: 5925932.

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

Color convert

RGB4410890-
CMYK0.5900.170.58
HSL163.12º42.11%29.8%-
HSV(B)163.12º59.26%42.35%-
XYZ8.251211.55-
YUV86.81129.897.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.18%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=18.18%
G=44.63%
B=37.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44108900.5900.170.58163.1242.1129.8
Hex2C6C5A3B0113Aa32a1e
Octal5415413273021722435236
Binary101100110110010110101110110100011110101010001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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