#2B6153

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

Shades of Eden #2B6153

Tints of Eden #2B6153

Color information

#2B6153 (or 0x2B6153) is unknown color: approx Eden. HEX triplet: 2B, 61 and 53. RGB value is (43,97,83). Sum of RGB (Red+Green+Blue) = 43+97+83=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6153 is #D49EAC. Grayscale: #4F4F4F. Windows color (decimal): -13934253 or 5464363. OLE color: 5464363.

HSL color Cylindrical-coordinate representation of color #2B6153: hue angle of 164.44º 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 #2B6153 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB439783-
CMYK0.5600.140.62
HSL164.44º38.57%27.45%-
HSV(B)164.44º55.67%38.04%-
XYZ6.839.699.69-
YUV79.26130.11102.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=19.28%
G=43.50%
B=37.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397830.5600.140.62164.4438.5727.45
Hex2B6153380E3Ea4271b
Octal5314112370016762444733
Binary10101111000011010011111000011101111101010010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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