#2D6156

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

Shades of Eden #2D6156

Tints of Eden #2D6156

Color information

#2D6156 (or 0x2D6156) is unknown color: approx Eden. HEX triplet: 2D, 61 and 56. RGB value is (45,97,86). Sum of RGB (Red+Green+Blue) = 45+97+86=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6156 is #D29EA9. Grayscale: #505050. Windows color (decimal): -13803178 or 5660973. OLE color: 5660973.

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

Color convert

RGB459786-
CMYK0.5400.110.62
HSL167.31º36.62%27.84%-
HSV(B)167.31º53.61%38.04%-
XYZ7.049.7810.32-
YUV80.2131.27102.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.74%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=19.74%
G=42.54%
B=37.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597860.5400.110.62167.3136.6227.84
Hex2D6156360B3Ea7251c
Octal5514112666013762474534
Binary10110111000011010110110110010111111101010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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