#2B605F

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

Shades of Eden #2B605F

Tints of Eden #2B605F

Color information

#2B605F (or 0x2B605F) is unknown color: approx Eden. HEX triplet: 2B, 60 and 5F. RGB value is (43,96,95). Sum of RGB (Red+Green+Blue) = 43+96+95=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #2B605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B605F is #D49FA0. Grayscale: #4F4F4F. Windows color (decimal): -13934497 or 6250539. OLE color: 6250539.

HSL color Cylindrical-coordinate representation of color #2B605F: hue angle of 178.87º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B605F is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB439695-
CMYK0.5500.010.62
HSL178.87º38.13%27.25%-
HSV(B)178.87º55.21%37.65%-
XYZ7.249.7112.32-
YUV80.04136.44101.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=18.38%
G=41.03%
B=40.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396950.5500.010.62178.8738.1327.25
Hex2B605F37013Eb3261b
Octal531401376701762634633
Binary10101111000001011111110111011111101011001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,95); }

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

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

 a { background-color: rgb(43,96,95); }

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

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

 span { border-color: rgb(43,96,95); }

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