Html Css Color HEX #2E685C Eden

📋 copy color: '#2E685C'

red 46 ◦ green 104 ◦ blue 92

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

Shades of Eden #2E685C

Tints of Eden #2E685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 19.01%
G = 42.98%
B = 38.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#2E685C (or 0x2E685C) is known color: Eden. HEX triplet: 2E, 68 and 5C. RGB value is (46,104,92). Sum of RGB (Red+Green+Blue) = 46+104+92=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #2E685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E685C is #D197A3. Grayscale: #555555. Windows color (decimal): -13735844 or 6055982. OLE color: 6055982.

HSL color Cylindrical-coordinate representation of color #2E685C: hue angle of 167.59º 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 #2E685C is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 104 92 -
CMYK 0.56 0 0.12 0.59
HSL 167.59º 0.39% 0.29% -
HSV(B) 167.59º 0.56% 0.41% -
XYZ 8.01 11.25 11.88 -
YUV 85.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 46 104 92 0.56 0 0.12 0.59 167.59 0.39 0.29
Hex 2E 68 5C 38 0 C 3B A8 27 1D
Octal 56 150 134 70 0 14 73 250 47 35
Binary 101110 1101000 1011100 111000 0 1100 111011 10101000 100111 11101

Color Harmonies of #2E685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E685C

Black with #2E685C

Text Example


Text Example

White with #2E685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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