Html Css Color HEX #2E695C Eden

📋 copy color: '#2E695C'

red 46 ◦ green 105 ◦ blue 92

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

Shades of Eden #2E695C

Tints of Eden #2E695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

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

R = 18.93%
G = 43.21%
B = 37.86%

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

#2E695C (or 0x2E695C) is known color: Eden. HEX triplet: 2E, 69 and 5C. RGB value is (46,105,92). Sum of RGB (Red+Green+Blue) = 46+105+92=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #2E695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E695C is #D196A3. Grayscale: #555555. Windows color (decimal): -13735588 or 6056238. OLE color: 6056238.

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

Color convert

RGB 46 105 92 -
CMYK 0.56 0 0.12 0.59
HSL 166.78º 0.39% 0.3% -
HSV(B) 166.78º 0.56% 0.41% -
XYZ 8.11 11.46 11.91 -
YUV 85.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 46 105 92 0.56 0 0.12 0.59 166.78 0.39 0.3
Hex 2E 69 5C 38 0 C 3B A7 27 1E
Octal 56 151 134 70 0 14 73 247 47 36
Binary 101110 1101001 1011100 111000 0 1100 111011 10100111 100111 11110

Color Harmonies of #2E695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E695C

Black with #2E695C

Text Example


Text Example

White with #2E695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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