#2C5F5C

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

Shades of Eden #2C5F5C

Tints of Eden #2C5F5C

Color information

#2C5F5C (or 0x2C5F5C) is unknown color: approx Eden. HEX triplet: 2C, 5F and 5C. RGB value is (44,95,92). Sum of RGB (Red+Green+Blue) = 44+95+92=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5F5C is #D3A0A3. Grayscale: #4F4F4F. Windows color (decimal): -13869220 or 6053676. OLE color: 6053676.

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

Color convert

RGB449592-
CMYK0.5400.030.63
HSL176.47º36.69%27.25%-
HSV(B)176.47º53.68%37.25%-
XYZ7.069.4911.59-
YUV79.41135.1102.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=19.05%
G=41.13%
B=39.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4495920.5400.030.63176.4736.6927.25
Hex2C5F5C36033Fb0251b
Octal541371346603772604533
Binary101100101111110111001101100111111111011000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,95,92); }

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

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

 a { background-color: rgb(44,95,92); }

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

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

 span { border-color: rgb(44,95,92); }

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