#2A725D

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

Shades of Eden #2A725D

Tints of Eden #2A725D

Color information

#2A725D (or 0x2A725D) is unknown color: approx Eden. HEX triplet: 2A, 72 and 5D. RGB value is (42,114,93). Sum of RGB (Red+Green+Blue) = 42+114+93=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #2A725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A725D is #D58DA2. Grayscale: #5A5A5A. Windows color (decimal): -13995427 or 6124074. OLE color: 6124074.

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

Color convert

RGB4211493-
CMYK0.6300.180.55
HSL162.5º46.15%30.59%-
HSV(B)162.5º63.16%44.71%-
XYZ8.9513.3212.45-
YUV90.08129.6593.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=16.87%
G=45.78%
B=37.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42114930.6300.180.55162.546.1530.59
Hex2A725D3F01237a22e1f
Octal5216213577022672425637
Binary101010111001010111011111110100101101111010001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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