#2C6056

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

Shades of Eden #2C6056

Tints of Eden #2C6056

Color information

#2C6056 (or 0x2C6056) is unknown color: approx Eden. HEX triplet: 2C, 60 and 56. RGB value is (44,96,86). Sum of RGB (Red+Green+Blue) = 44+96+86=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6056 is #D39FA9. Grayscale: #4F4F4F. Windows color (decimal): -13868970 or 5660716. OLE color: 5660716.

HSL color Cylindrical-coordinate representation of color #2C6056: hue angle of 168.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C6056 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB449686-
CMYK0.5400.100.62
HSL168.46º37.14%27.45%-
HSV(B)168.46º54.17%37.65%-
XYZ6.99.5710.29-
YUV79.31131.77102.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.47%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=19.47%
G=42.48%
B=38.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496860.5400.100.62168.4637.1427.45
Hex2C6056360A3Ea8251b
Octal5414012666012762504533
Binary10110011000001010110110110010101111101010100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,86); }

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

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

 a { background-color: rgb(44,96,86); }

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

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

 span { border-color: rgb(44,96,86); }

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