Html Css Color HEX #2A685D Eden

📋 copy color: '#2A685D'

red 42 ◦ green 104 ◦ blue 93

#2A685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #2A685D

Tints of Eden #2A685D

RGB

 RED value IS 42 (16.8% from 255) = 17.57%

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 17.57%
G = 43.51%
B = 38.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#2A685D (or 0x2A685D) is known color: Eden. HEX triplet: 2A, 68 and 5D. RGB value is (42,104,93). Sum of RGB (Red+Green+Blue) = 42+104+93=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #2A685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A685D is #D597A2. Grayscale: #545454. Windows color (decimal): -13997987 or 6121514. OLE color: 6121514.

HSL color Cylindrical-coordinate representation of color #2A685D: hue angle of 169.35º degrees, saturation: 0.42, 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 #2A685D is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 104 93 -
CMYK 0.60 0 0.11 0.59
HSL 169.35º 0.42% 0.29% -
HSV(B) 169.35º 0.6% 0.41% -
XYZ 7.88 11.18 12.1 -
YUV 84.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 42 104 93 0.60 0 0.11 0.59 169.35 0.42 0.29
Hex 2A 68 5D 3C 0 B 3B A9 2A 1D
Octal 52 150 135 74 0 13 73 251 52 35
Binary 101010 1101000 1011101 111100 0 1011 111011 10101001 101010 11101

Color Harmonies of #2A685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A685D

Black with #2A685D

Text Example


Text Example

White with #2A685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A685D;
 }
 .AnyTagClassName
 {
   color: #2A685D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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