#2A625C

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

Shades of Eden #2A625C

Tints of Eden #2A625C

Color information

#2A625C (or 0x2A625C) is unknown color: approx Eden. HEX triplet: 2A, 62 and 5C. RGB value is (42,98,92). Sum of RGB (Red+Green+Blue) = 42+98+92=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #2A625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A625C is #D59DA3. Grayscale: #505050. Windows color (decimal): -13999524 or 6054442. OLE color: 6054442.

HSL color Cylindrical-coordinate representation of color #2A625C: hue angle of 173.57º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A625C is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB429892-
CMYK0.5700.060.62
HSL173.57º40%27.45%-
HSV(B)173.57º57.14%38.43%-
XYZ7.251011.67-
YUV80.57134.45100.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=18.10%
G=42.24%
B=39.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298920.5700.060.62173.574027.45
Hex2A625C39063Eae281b
Octal521421347106762565033
Binary1010101100010101110011100101101111101010111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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