#2B5E53

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

Shades of Eden #2B5E53

Tints of Eden #2B5E53

Color information

#2B5E53 (or 0x2B5E53) is unknown color: approx Eden. HEX triplet: 2B, 5E and 53. RGB value is (43,94,83). Sum of RGB (Red+Green+Blue) = 43+94+83=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #2B5E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E53 is #D4A1AC. Grayscale: #4D4D4D. Windows color (decimal): -13935021 or 5463595. OLE color: 5463595.

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

Color convert

RGB439483-
CMYK0.5400.120.63
HSL167.06º37.23%26.86%-
HSV(B)167.06º54.26%36.86%-
XYZ6.569.149.6-
YUV77.5131.1103.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=19.55%
G=42.73%
B=37.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4394830.5400.120.63167.0637.2326.86
Hex2B5E53360C3Fa7251b
Octal5313612366014772474533
Binary10101110111101010011110110011001111111010011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,94,83); }

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

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

 a { background-color: rgb(43,94,83); }

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

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

 span { border-color: rgb(43,94,83); }

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