#2C655E

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

Shades of Eden #2C655E

Tints of Eden #2C655E

Color information

#2C655E (or 0x2C655E) is unknown color: approx Eden. HEX triplet: 2C, 65 and 5E. RGB value is (44,101,94). Sum of RGB (Red+Green+Blue) = 44+101+94=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #2C655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C655E is #D39AA1. Grayscale: #535353. Windows color (decimal): -13867682 or 6186284. OLE color: 6186284.

HSL color Cylindrical-coordinate representation of color #2C655E: hue angle of 172.63º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C655E is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB4410194-
CMYK0.5600.070.60
HSL172.63º39.31%28.43%-
HSV(B)172.63º56.44%39.61%-
XYZ7.7110.6512.24-
YUV83.16134.12100.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=18.41%
G=42.26%
B=39.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101940.5600.070.60172.6339.3128.43
Hex2C655E38073Cad271c
Octal541451367007742554734
Binary1011001100101101111011100001111111001010110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,101,94); }

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

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

 a { background-color: rgb(44,101,94); }

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

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

 span { border-color: rgb(44,101,94); }

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