#2A625E

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

Shades of Eden #2A625E

Tints of Eden #2A625E

Color information

#2A625E (or 0x2A625E) is unknown color: approx Eden. HEX triplet: 2A, 62 and 5E. RGB value is (42,98,94). Sum of RGB (Red+Green+Blue) = 42+98+94=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #2A625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A625E is #D59DA1. Grayscale: #505050. Windows color (decimal): -13999522 or 6185514. OLE color: 6185514.

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

Color convert

RGB429894-
CMYK0.5700.040.62
HSL175.71º40%27.45%-
HSV(B)175.71º57.14%38.43%-
XYZ7.3410.0412.14-
YUV80.8135.45100.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=17.95%
G=41.88%
B=40.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298940.5700.040.62175.714027.45
Hex2A625E39043Eb0281b
Octal521421367104762605033
Binary1010101100010101111011100101001111101011000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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