#2B655A

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

Shades of Eden #2B655A

Tints of Eden #2B655A

Color information

#2B655A (or 0x2B655A) is unknown color: approx Eden. HEX triplet: 2B, 65 and 5A. RGB value is (43,101,90). Sum of RGB (Red+Green+Blue) = 43+101+90=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #2B655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B655A is #D49AA5. Grayscale: #525252. Windows color (decimal): -13933222 or 5924139. OLE color: 5924139.

HSL color Cylindrical-coordinate representation of color #2B655A: hue angle of 168.62º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B655A is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB4310190-
CMYK0.5700.110.60
HSL168.62º40.28%28.24%-
HSV(B)168.62º57.43%39.61%-
XYZ7.510.5611.32-
YUV82.4132.2899.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 101 (39.84% from 255) = 43.16%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=18.38%
G=43.16%
B=38.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43101900.5700.110.60168.6240.2828.24
Hex2B655A390B3Ca9281c
Octal5314513271013742515034
Binary10101111001011011010111001010111111001010100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,90); }

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

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

 a { background-color: rgb(43,101,90); }

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

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

 span { border-color: rgb(43,101,90); }

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