#2C705C

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

Shades of Eden #2C705C

Tints of Eden #2C705C

Color information

#2C705C (or 0x2C705C) is unknown color: approx Eden. HEX triplet: 2C, 70 and 5C. RGB value is (44,112,92). Sum of RGB (Red+Green+Blue) = 44+112+92=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #2C705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C705C is #D38FA3. Grayscale: #595959. Windows color (decimal): -13864868 or 6058028. OLE color: 6058028.

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

Color convert

RGB4411292-
CMYK0.6100.180.56
HSL162.35º43.59%30.59%-
HSV(B)162.35º60.71%43.92%-
XYZ8.7612.912.15-
YUV89.39129.4795.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.74%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=17.74%
G=45.16%
B=37.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44112920.6100.180.56162.3543.5930.59
Hex2C705C3D01238a22c1f
Octal5416013475022702425437
Binary101100111000010111001111010100101110001010001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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