#2C645E

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

Shades of Eden #2C645E

Tints of Eden #2C645E

Color information

#2C645E (or 0x2C645E) is unknown color: approx Eden. HEX triplet: 2C, 64 and 5E. RGB value is (44,100,94). Sum of RGB (Red+Green+Blue) = 44+100+94=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #2C645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C645E is #D39BA1. Grayscale: #525252. Windows color (decimal): -13867938 or 6186028. OLE color: 6186028.

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

Color convert

RGB4410094-
CMYK0.5600.060.61
HSL173.57º38.89%28.24%-
HSV(B)173.57º56%39.22%-
XYZ7.6210.4612.21-
YUV82.57134.45100.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=18.49%
G=42.02%
B=39.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal44100940.5600.060.61173.5738.8928.24
Hex2C645E38063Dae271c
Octal541441367006752564734
Binary1011001100100101111011100001101111011010111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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