#2B645E

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

Shades of Eden #2B645E

Tints of Eden #2B645E

Color information

#2B645E (or 0x2B645E) is unknown color: approx Eden. HEX triplet: 2B, 64 and 5E. RGB value is (43,100,94). Sum of RGB (Red+Green+Blue) = 43+100+94=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #2B645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B645E is #D49BA1. Grayscale: #525252. Windows color (decimal): -13933474 or 6186027. OLE color: 6186027.

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

Color convert

RGB4310094-
CMYK0.5700.060.61
HSL173.68º39.86%28.04%-
HSV(B)173.68º57%39.22%-
XYZ7.5710.4412.2-
YUV82.27134.6299.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=18.14%
G=42.19%
B=39.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal43100940.5700.060.61173.6839.8628.04
Hex2B645E39063Dae281c
Octal531441367106752565034
Binary1010111100100101111011100101101111011010111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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