#2B675E

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

Shades of Eden #2B675E

Tints of Eden #2B675E

Color information

#2B675E (or 0x2B675E) is unknown color: approx Eden. HEX triplet: 2B, 67 and 5E. RGB value is (43,103,94). Sum of RGB (Red+Green+Blue) = 43+103+94=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 103 - color contains mainly: green. Hex color #2B675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B675E is #D498A1. Grayscale: #545454. Windows color (decimal): -13932706 or 6186795. OLE color: 6186795.

HSL color Cylindrical-coordinate representation of color #2B675E: hue angle of 171º 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 #2B675E is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB4310394-
CMYK0.5800.090.60
HSL171º41.1%28.63%-
HSV(B)171º58.25%40.39%-
XYZ7.8711.0212.3-
YUV84.03133.6298.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=17.92%
G=42.92%
B=39.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43103940.5800.090.6017141.128.63
Hex2B675E3A093Cab291d
Octal5314713672011742535135
Binary10101111001111011110111010010011111001010101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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