#2C6857

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

Shades of Eden #2C6857

Tints of Eden #2C6857

Color information

#2C6857 (or 0x2C6857) is unknown color: approx Eden. HEX triplet: 2C, 68 and 57. RGB value is (44,104,87). Sum of RGB (Red+Green+Blue) = 44+104+87=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6857 is #D397A8. Grayscale: #545454. Windows color (decimal): -13866921 or 5728300. OLE color: 5728300.

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

Color convert

RGB4410487-
CMYK0.5800.160.59
HSL163º40.54%29.02%-
HSV(B)163º57.69%40.78%-
XYZ7.7111.1210.76-
YUV84.12129.6299.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=18.72%
G=44.26%
B=37.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104870.5800.160.5916340.5429.02
Hex2C68573A0103Ba3291d
Octal5415012772020732435135
Binary101100110100010101111110100100001110111010001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,104,87); }

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

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

 a { background-color: rgb(44,104,87); }

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

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

 span { border-color: rgb(44,104,87); }

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