#2D635D

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

Shades of Eden #2D635D

Tints of Eden #2D635D

Color information

#2D635D (or 0x2D635D) is unknown color: approx Eden. HEX triplet: 2D, 63 and 5D. RGB value is (45,99,93). Sum of RGB (Red+Green+Blue) = 45+99+93=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #2D635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D635D is #D29CA2. Grayscale: #525252. Windows color (decimal): -13802659 or 6120237. OLE color: 6120237.

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

Color convert

RGB459993-
CMYK0.5500.060.61
HSL173.33º37.5%28.24%-
HSV(B)173.33º54.55%38.82%-
XYZ7.5210.2711.94-
YUV82.17134.11101.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.99%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=18.99%
G=41.77%
B=39.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4599930.5500.060.61173.3337.528.24
Hex2D635D37063Dad261c
Octal551431356706752554634
Binary1011011100011101110111011101101111011010110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,99,93); }

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

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

 a { background-color: rgb(45,99,93); }

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

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

 span { border-color: rgb(45,99,93); }

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