#2A735D

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

Shades of Eden #2A735D

Tints of Eden #2A735D

Color information

#2A735D (or 0x2A735D) is unknown color: approx Eden. HEX triplet: 2A, 73 and 5D. RGB value is (42,115,93). Sum of RGB (Red+Green+Blue) = 42+115+93=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #2A735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A735D is #D58CA2. Grayscale: #5A5A5A. Windows color (decimal): -13995171 or 6124330. OLE color: 6124330.

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

Color convert

RGB4211593-
CMYK0.6300.190.55
HSL161.92º46.5%30.78%-
HSV(B)161.92º63.48%45.1%-
XYZ9.0613.5412.49-
YUV90.66129.3293.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=16.8%
G=46%
B=37.2%

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
Decimal42115930.6300.190.55161.9246.530.78
Hex2A735D3F01337a22e1f
Octal5216313577023672425637
Binary101010111001110111011111110100111101111010001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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