#2c5d54

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

Shades of Eden #2C5D54

Tints of Eden #2C5D54

Color information

#2C5D54 (or 0x2C5D54) is unknown color: approx Eden. HEX triplet: 2C, 5D and 54. RGB value is (44,93,84). Sum of RGB (Red+Green+Blue) = 44+93+84=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5D54 is #D3A2AB. Grayscale: #4D4D4D. Windows color (decimal): -13869740 or 5528876. OLE color: 5528876.

HSL color Cylindrical-coordinate representation of color #2C5D54: hue angle of 168.98º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5D54 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB449384-
CMYK0.5300.100.64
HSL168.98º35.77%26.86%-
HSV(B)168.98º52.69%36.47%-
XYZ6.5599.78-
YUV77.32131.77104.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=19.91%
G=42.08%
B=38.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4493840.5300.100.64168.9835.7726.86
Hex2C5D54350A40a9241b
Octal54135124650121002514433
Binary101100101110110101001101010101010000001010100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c5d54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,93,84); }

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

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

 a { background-color: rgb(44,93,84); }

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

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

 span { border-color: rgb(44,93,84); }

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