#2A735B

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

Shades of Eden #2A735B

Tints of Eden #2A735B

Color information

#2A735B (or 0x2A735B) is unknown color: approx Eden. HEX triplet: 2A, 73 and 5B. RGB value is (42,115,91). Sum of RGB (Red+Green+Blue) = 42+115+91=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #2A735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A735B is #D58CA4. Grayscale: #5A5A5A. Windows color (decimal): -13995173 or 5993258. OLE color: 5993258.

HSL color Cylindrical-coordinate representation of color #2A735B: hue angle of 160.27º 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 #2A735B is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB4211591-
CMYK0.6300.210.55
HSL160.27º46.5%30.78%-
HSV(B)160.27º63.48%45.1%-
XYZ8.9713.5112.03-
YUV90.44128.3293.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=16.94%
G=46.37%
B=36.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42115910.6300.210.55160.2746.530.78
Hex2A735B3F01537a02e1f
Octal5216313377025672405637
Binary101010111001110110111111110101011101111010000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,115,91); }

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

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

 a { background-color: rgb(42,115,91); }

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

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

 span { border-color: rgb(42,115,91); }

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