#2A625B

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

Shades of Eden #2A625B

Tints of Eden #2A625B

Color information

#2A625B (or 0x2A625B) is unknown color: approx Eden. HEX triplet: 2A, 62 and 5B. RGB value is (42,98,91). Sum of RGB (Red+Green+Blue) = 42+98+91=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #2A625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A625B is #D59DA4. Grayscale: #505050. Windows color (decimal): -13999525 or 5988906. OLE color: 5988906.

HSL color Cylindrical-coordinate representation of color #2A625B: hue angle of 172.5º 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 #2A625B is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB429891-
CMYK0.5700.070.62
HSL172.5º40%27.45%-
HSV(B)172.5º57.14%38.43%-
XYZ7.219.9811.44-
YUV80.46133.95100.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=18.18%
G=42.42%
B=39.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298910.5700.070.62172.54027.45
Hex2A625B39073Eac281b
Octal521421337107762545033
Binary1010101100010101101111100101111111101010110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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