#2B6156

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

Shades of Eden #2B6156

Tints of Eden #2B6156

Color information

#2B6156 (or 0x2B6156) is unknown color: approx Eden. HEX triplet: 2B, 61 and 56. RGB value is (43,97,86). Sum of RGB (Red+Green+Blue) = 43+97+86=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6156 is #D49EA9. Grayscale: #4F4F4F. Windows color (decimal): -13934250 or 5660971. OLE color: 5660971.

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

Color convert

RGB439786-
CMYK0.5600.110.62
HSL167.78º38.57%27.45%-
HSV(B)167.78º55.67%38.04%-
XYZ6.959.7310.32-
YUV79.6131.61101.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=19.03%
G=42.92%
B=38.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397860.5600.110.62167.7838.5727.45
Hex2B6156380B3Ea8271b
Octal5314112670013762504733
Binary10101111000011010110111000010111111101010100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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