#2C6755

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

Shades of Eden #2C6755

Tints of Eden #2C6755

Color information

#2C6755 (or 0x2C6755) is unknown color: approx Eden. HEX triplet: 2C, 67 and 55. RGB value is (44,103,85). Sum of RGB (Red+Green+Blue) = 44+103+85=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #2C6755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6755 is #D398AA. Grayscale: #535353. Windows color (decimal): -13867179 or 5596972. OLE color: 5596972.

HSL color Cylindrical-coordinate representation of color #2C6755: hue angle of 161.69º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C6755 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB4410385-
CMYK0.5700.170.60
HSL161.69º40.14%28.82%-
HSV(B)161.69º57.28%40.39%-
XYZ7.5310.8910.3-
YUV83.31128.9599.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=18.97%
G=44.40%
B=36.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44103850.5700.170.60161.6940.1428.82
Hex2C6755390113Ca2281d
Octal5414712571021742425035
Binary101100110011110101011110010100011111001010001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,103,85); }

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

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

 a { background-color: rgb(44,103,85); }

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

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

 span { border-color: rgb(44,103,85); }

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