#2D665E

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

Shades of Eden #2D665E

Tints of Eden #2D665E

Color information

#2D665E (or 0x2D665E) is unknown color: approx Eden. HEX triplet: 2D, 66 and 5E. RGB value is (45,102,94). Sum of RGB (Red+Green+Blue) = 45+102+94=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #2D665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D665E is #D299A1. Grayscale: #545454. Windows color (decimal): -13801890 or 6186541. OLE color: 6186541.

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

Color convert

RGB4510294-
CMYK0.5600.080.6
HSL171.58º38.78%28.82%-
HSV(B)171.58º55.88%40%-
XYZ7.8510.8712.27-
YUV84.04133.62100.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=18.67%
G=42.32%
B=39.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102940.5600.080.6171.5838.7828.82
Hex2D665E38083Cac271d
Octal5514613670010742544735
Binary10110111001101011110111000010001111001010110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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