#2B675D

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

Shades of Eden #2B675D

Tints of Eden #2B675D

Color information

#2B675D (or 0x2B675D) is unknown color: approx Eden. HEX triplet: 2B, 67 and 5D. RGB value is (43,103,93). Sum of RGB (Red+Green+Blue) = 43+103+93=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #2B675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B675D is #D498A2. Grayscale: #535353. Windows color (decimal): -13932707 or 6121259. OLE color: 6121259.

HSL color Cylindrical-coordinate representation of color #2B675D: hue angle of 170º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B675D is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB4310393-
CMYK0.5800.100.60
HSL170º41.1%28.63%-
HSV(B)170º58.25%40.39%-
XYZ7.821112.07-
YUV83.92133.1298.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=17.99%
G=43.10%
B=38.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43103930.5800.100.6017041.128.63
Hex2B675D3A0A3Caa291d
Octal5314713572012742525135
Binary10101111001111011101111010010101111001010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,93); }

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

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

 a { background-color: rgb(43,103,93); }

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

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

 span { border-color: rgb(43,103,93); }

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