Html Css Color HEX #2E685D Eden

📋 copy color: '#2E685D'

red 46 ◦ green 104 ◦ blue 93

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

Shades of Eden #2E685D

Tints of Eden #2E685D

RGB

 RED value IS 46 (18.36% from 255) = 18.93%

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

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

R = 18.93%
G = 42.8%
B = 38.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#2E685D (or 0x2E685D) is known color: Eden. HEX triplet: 2E, 68 and 5D. RGB value is (46,104,93). Sum of RGB (Red+Green+Blue) = 46+104+93=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #2E685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E685D is #D197A2. Grayscale: #555555. Windows color (decimal): -13735843 or 6121518. OLE color: 6121518.

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

Color convert

RGB 46 104 93 -
CMYK 0.56 0 0.11 0.59
HSL 168.62º 0.39% 0.29% -
HSV(B) 168.62º 0.56% 0.41% -
XYZ 8.05 11.27 12.11 -
YUV 85.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 46 104 93 0.56 0 0.11 0.59 168.62 0.39 0.29
Hex 2E 68 5D 38 0 B 3B A9 27 1D
Octal 56 150 135 70 0 13 73 251 47 35
Binary 101110 1101000 1011101 111000 0 1011 111011 10101001 100111 11101

Color Harmonies of #2E685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E685D

Black with #2E685D

Text Example


Text Example

White with #2E685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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