#2C5F5D

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

Shades of Eden #2C5F5D

Tints of Eden #2C5F5D

Color information

#2C5F5D (or 0x2C5F5D) is unknown color: approx Eden. HEX triplet: 2C, 5F and 5D. RGB value is (44,95,93). Sum of RGB (Red+Green+Blue) = 44+95+93=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5F5D is #D3A0A2. Grayscale: #4F4F4F. Windows color (decimal): -13869219 or 6119212. OLE color: 6119212.

HSL color Cylindrical-coordinate representation of color #2C5F5D: hue angle of 177.65º 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 #2C5F5D is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB449593-
CMYK0.5400.020.63
HSL177.65º36.69%27.25%-
HSV(B)177.65º53.68%37.25%-
XYZ7.119.5111.82-
YUV79.52135.6102.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=18.97%
G=40.95%
B=40.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4495930.5400.020.63177.6536.6927.25
Hex2C5F5D36023Fb2251b
Octal541371356602772624533
Binary101100101111110111011101100101111111011001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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