#2B615E

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

Shades of Eden #2B615E

Tints of Eden #2B615E

Color information

#2B615E (or 0x2B615E) is unknown color: approx Eden. HEX triplet: 2B, 61 and 5E. RGB value is (43,97,94). Sum of RGB (Red+Green+Blue) = 43+97+94=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #2B615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B615E is #D49EA1. Grayscale: #505050. Windows color (decimal): -13934242 or 6185259. OLE color: 6185259.

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

Color convert

RGB439794-
CMYK0.5600.030.62
HSL176.67º38.57%27.45%-
HSV(B)176.67º55.67%38.04%-
XYZ7.299.8712.11-
YUV80.51135.61101.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=18.38%
G=41.45%
B=40.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397940.5600.030.62176.6738.5727.45
Hex2B615E38033Eb1271b
Octal531411367003762614733
Binary101011110000110111101110000111111101011000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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