#2B725B

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

Shades of Eden #2B725B

Tints of Eden #2B725B

Color information

#2B725B (or 0x2B725B) is unknown color: approx Eden. HEX triplet: 2B, 72 and 5B. RGB value is (43,114,91). Sum of RGB (Red+Green+Blue) = 43+114+91=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #2B725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B725B is #D48DA4. Grayscale: #5A5A5A. Windows color (decimal): -13929893 or 5993003. OLE color: 5993003.

HSL color Cylindrical-coordinate representation of color #2B725B: hue angle of 160.56º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B725B is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB4311491-
CMYK0.6200.200.55
HSL160.56º45.22%30.78%-
HSV(B)160.56º62.28%44.71%-
XYZ8.913.312-
YUV90.15128.4894.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=17.34%
G=45.97%
B=36.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114910.6200.200.55160.5645.2230.78
Hex2B725B3E01437a12d1f
Octal5316213376024672415537
Binary101011111001010110111111100101001101111010000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,91); }

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

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

 a { background-color: rgb(43,114,91); }

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

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

 span { border-color: rgb(43,114,91); }

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