#2C625B

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

Shades of Eden #2C625B

Tints of Eden #2C625B

Color information

#2C625B (or 0x2C625B) is unknown color: approx Eden. HEX triplet: 2C, 62 and 5B. RGB value is (44,98,91). Sum of RGB (Red+Green+Blue) = 44+98+91=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #2C625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C625B is #D39DA4. Grayscale: #515151. Windows color (decimal): -13868453 or 5988908. OLE color: 5988908.

HSL color Cylindrical-coordinate representation of color #2C625B: hue angle of 172.22º 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 #2C625B is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB449891-
CMYK0.5500.070.62
HSL172.22º38.03%27.84%-
HSV(B)172.22º55.1%38.43%-
XYZ7.2910.0311.45-
YUV81.06133.61101.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.88%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=18.88%
G=42.06%
B=39.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4498910.5500.070.62172.2238.0327.84
Hex2C625B37073Eac261c
Octal541421336707762544634
Binary1011001100010101101111011101111111101010110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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