#2D6157

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

Shades of Eden #2D6157

Tints of Eden #2D6157

Color information

#2D6157 (or 0x2D6157) is unknown color: approx Eden. HEX triplet: 2D, 61 and 57. RGB value is (45,97,87). Sum of RGB (Red+Green+Blue) = 45+97+87=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6157 is #D29EA8. Grayscale: #505050. Windows color (decimal): -13803177 or 5726509. OLE color: 5726509.

HSL color Cylindrical-coordinate representation of color #2D6157: hue angle of 168.46º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D6157 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB459787-
CMYK0.5400.100.62
HSL168.46º36.62%27.84%-
HSV(B)168.46º53.61%38.04%-
XYZ7.089.810.53-
YUV80.31131.77102.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.65%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 87 (34.38% from 255) = 37.99%
R=19.65%
G=42.36%
B=37.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597870.5400.100.62168.4636.6227.84
Hex2D6157360A3Ea8251c
Octal5514112766012762504534
Binary10110111000011010111110110010101111101010100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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