#2D665D

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

Shades of Eden #2D665D

Tints of Eden #2D665D

Color information

#2D665D (or 0x2D665D) is unknown color: approx Eden. HEX triplet: 2D, 66 and 5D. RGB value is (45,102,93). Sum of RGB (Red+Green+Blue) = 45+102+93=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #2D665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D665D is #D299A2. Grayscale: #535353. Windows color (decimal): -13801891 or 6121005. OLE color: 6121005.

HSL color Cylindrical-coordinate representation of color #2D665D: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D665D is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB4510293-
CMYK0.5600.090.6
HSL170.53º38.78%28.82%-
HSV(B)170.53º55.88%40%-
XYZ7.8110.8512.04-
YUV83.93133.12100.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=18.75%
G=42.5%
B=38.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102930.5600.090.6170.5338.7828.82
Hex2D665D38093Cab271d
Octal5514613570011742534735
Binary10110111001101011101111000010011111001010101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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