#2C625C

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

Shades of Eden #2C625C

Tints of Eden #2C625C

Color information

#2C625C (or 0x2C625C) is unknown color: approx Eden. HEX triplet: 2C, 62 and 5C. RGB value is (44,98,92). Sum of RGB (Red+Green+Blue) = 44+98+92=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #2C625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C625C is #D39DA3. Grayscale: #515151. Windows color (decimal): -13868452 or 6054444. OLE color: 6054444.

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

Color convert

RGB449892-
CMYK0.5500.060.62
HSL173.33º38.03%27.84%-
HSV(B)173.33º55.1%38.43%-
XYZ7.3410.0411.68-
YUV81.17134.11101.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.80%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=18.80%
G=41.88%
B=39.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4498920.5500.060.62173.3338.0327.84
Hex2C625C37063Ead261c
Octal541421346706762554634
Binary1011001100010101110011011101101111101010110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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