#2D6154

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

Shades of Eden #2D6154

Tints of Eden #2D6154

Color information

#2D6154 (or 0x2D6154) is unknown color: approx Eden. HEX triplet: 2D, 61 and 54. RGB value is (45,97,84). Sum of RGB (Red+Green+Blue) = 45+97+84=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6154 is #D29EAB. Grayscale: #4F4F4F. Windows color (decimal): -13803180 or 5529901. OLE color: 5529901.

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

Color convert

RGB459784-
CMYK0.5400.130.62
HSL165º36.62%27.84%-
HSV(B)165º53.61%38.04%-
XYZ6.969.759.9-
YUV79.97130.27103.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=19.91%
G=42.92%
B=37.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597840.5400.130.6216536.6227.84
Hex2D6154360D3Ea5251c
Octal5514112466015762454534
Binary10110111000011010100110110011011111101010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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