#2B5D57

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

Shades of Eden #2B5D57

Tints of Eden #2B5D57

Color information

#2B5D57 (or 0x2B5D57) is unknown color: approx Eden. HEX triplet: 2B, 5D and 57. RGB value is (43,93,87). Sum of RGB (Red+Green+Blue) = 43+93+87=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D57 is #D4A2A8. Grayscale: #4D4D4D. Windows color (decimal): -13935273 or 5725483. OLE color: 5725483.

HSL color Cylindrical-coordinate representation of color #2B5D57: hue angle of 172.8º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D57 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB439387-
CMYK0.5400.060.64
HSL172.8º36.76%26.67%-
HSV(B)172.8º53.76%36.47%-
XYZ6.639.0310.41-
YUV77.37133.44103.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=19.28%
G=41.70%
B=39.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4393870.5400.060.64172.836.7626.67
Hex2B5D57360640ad251b
Octal5313512766061002554533
Binary10101110111011010111110110011010000001010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,93,87); }

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

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

 a { background-color: rgb(43,93,87); }

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

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

 span { border-color: rgb(43,93,87); }

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