#2A695D

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

Shades of Eden #2A695D

Tints of Eden #2A695D

Color information

#2A695D (or 0x2A695D) is unknown color: approx Eden. HEX triplet: 2A, 69 and 5D. RGB value is (42,105,93). Sum of RGB (Red+Green+Blue) = 42+105+93=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #2A695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A695D is #D596A2. Grayscale: #545454. Windows color (decimal): -13997731 or 6121770. OLE color: 6121770.

HSL color Cylindrical-coordinate representation of color #2A695D: hue angle of 168.57º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A695D is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB4210593-
CMYK0.600.110.59
HSL168.57º42.86%28.82%-
HSV(B)168.57º60%41.18%-
XYZ7.9811.3912.13-
YUV84.8132.6397.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.5%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=17.5%
G=43.75%
B=38.75%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42105930.600.110.59168.5742.8628.82
Hex2A695D3C0B3Ba92b1d
Octal5215113574013732515335
Binary10101011010011011101111100010111110111010100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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