#2A725C

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

Shades of Eden #2A725C

Tints of Eden #2A725C

Color information

#2A725C (or 0x2A725C) is unknown color: approx Eden. HEX triplet: 2A, 72 and 5C. RGB value is (42,114,92). Sum of RGB (Red+Green+Blue) = 42+114+92=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #2A725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A725C is #D58DA3. Grayscale: #595959. Windows color (decimal): -13995428 or 6058538. OLE color: 6058538.

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

Color convert

RGB4211492-
CMYK0.6300.190.55
HSL161.67º46.15%30.59%-
HSV(B)161.67º63.16%44.71%-
XYZ8.913.312.22-
YUV89.96129.1593.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=16.94%
G=45.97%
B=37.10%

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
Decimal42114920.6300.190.55161.6746.1530.59
Hex2A725C3F01337a22e1f
Octal5216213477023672425637
Binary101010111001010111001111110100111101111010001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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