#2D6457

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

Shades of Eden #2D6457

Tints of Eden #2D6457

Color information

#2D6457 (or 0x2D6457) is unknown color: approx Eden. HEX triplet: 2D, 64 and 57. RGB value is (45,100,87). Sum of RGB (Red+Green+Blue) = 45+100+87=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #2D6457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6457 is #D29BA8. Grayscale: #525252. Windows color (decimal): -13802409 or 5727277. OLE color: 5727277.

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

Color convert

RGB4510087-
CMYK0.5500.130.61
HSL165.82º37.93%28.43%-
HSV(B)165.82º55%39.22%-
XYZ7.3610.3610.63-
YUV82.07130.78101.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=19.40%
G=43.10%
B=37.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal45100870.5500.130.61165.8237.9328.43
Hex2D6457370D3Da6261c
Octal5514412767015752464634
Binary10110111001001010111110111011011111011010011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,100,87); }

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

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

 a { background-color: rgb(45,100,87); }

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

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

 span { border-color: rgb(45,100,87); }

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