#2B735D

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

Shades of Eden #2B735D

Tints of Eden #2B735D

Color information

#2B735D (or 0x2B735D) is unknown color: approx Eden. HEX triplet: 2B, 73 and 5D. RGB value is (43,115,93). Sum of RGB (Red+Green+Blue) = 43+115+93=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #2B735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B735D is #D48CA2. Grayscale: #5A5A5A. Windows color (decimal): -13929635 or 6124331. OLE color: 6124331.

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

Color convert

RGB4311593-
CMYK0.6300.190.55
HSL161.67º45.57%30.98%-
HSV(B)161.67º62.61%45.1%-
XYZ9.113.5712.49-
YUV90.96129.1593.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=17.13%
G=45.82%
B=37.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43115930.6300.190.55161.6745.5730.98
Hex2B735D3F01337a22e1f
Octal5316313577023672425637
Binary101011111001110111011111110100111101111010001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,93); }

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

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

 a { background-color: rgb(43,115,93); }

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

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

 span { border-color: rgb(43,115,93); }

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