#2A625D

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

Shades of Eden #2A625D

Tints of Eden #2A625D

Color information

#2A625D (or 0x2A625D) is unknown color: approx Eden. HEX triplet: 2A, 62 and 5D. RGB value is (42,98,93). Sum of RGB (Red+Green+Blue) = 42+98+93=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #2A625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A625D is #D59DA2. Grayscale: #505050. Windows color (decimal): -13999523 or 6119978. OLE color: 6119978.

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

Color convert

RGB429893-
CMYK0.5700.050.62
HSL174.64º40%27.45%-
HSV(B)174.64º57.14%38.43%-
XYZ7.310.0211.9-
YUV80.69134.95100.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=18.03%
G=42.06%
B=39.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298930.5700.050.62174.644027.45
Hex2A625D39053Eaf281b
Octal521421357105762575033
Binary1010101100010101110111100101011111101010111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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