#2B5954

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

Shades of Eden #2B5954

Tints of Eden #2B5954

Color information

#2B5954 (or 0x2B5954) is unknown color: approx Eden. HEX triplet: 2B, 59 and 54. RGB value is (43,89,84). Sum of RGB (Red+Green+Blue) = 43+89+84=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5954 is #D4A6AB. Grayscale: #4A4A4A. Windows color (decimal): -13936300 or 5527851. OLE color: 5527851.

HSL color Cylindrical-coordinate representation of color #2B5954: hue angle of 173.48º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5954 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB438984-
CMYK0.5200.060.65
HSL173.48º34.85%25.88%-
HSV(B)173.48º51.69%34.9%-
XYZ6.178.39.66-
YUV74.68133.26105.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=19.91%
G=41.20%
B=38.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4389840.5200.060.65173.4834.8525.88
Hex2B5954340641ad231a
Octal5313112464061012554332
Binary10101110110011010100110100011010000011010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,84); }

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

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

 a { background-color: rgb(43,89,84); }

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

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

 span { border-color: rgb(43,89,84); }

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