#2D665F

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

Shades of Eden #2D665F

Tints of Eden #2D665F

Color information

#2D665F (or 0x2D665F) is unknown color: approx Eden. HEX triplet: 2D, 66 and 5F. RGB value is (45,102,95). Sum of RGB (Red+Green+Blue) = 45+102+95=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #2D665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D665F is #D299A0. Grayscale: #545454. Windows color (decimal): -13801889 or 6252077. OLE color: 6252077.

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

Color convert

RGB4510295-
CMYK0.5600.070.6
HSL172.63º38.78%28.82%-
HSV(B)172.63º55.88%40%-
XYZ7.910.8912.51-
YUV84.16134.12100.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=18.60%
G=42.15%
B=39.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102950.5600.070.6172.6338.7828.82
Hex2D665F38073Cad271d
Octal551461377007742554735
Binary1011011100110101111111100001111111001010110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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