Html Css Color HEX #2E695B Eden

📋 copy color: '#2E695B'

red 46 ◦ green 105 ◦ blue 91

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

Shades of Eden #2E695B

Tints of Eden #2E695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 19.01%
G = 43.39%
B = 37.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#2E695B (or 0x2E695B) is known color: Eden. HEX triplet: 2E, 69 and 5B. RGB value is (46,105,91). Sum of RGB (Red+Green+Blue) = 46+105+91=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #2E695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E695B is #D196A4. Grayscale: #555555. Windows color (decimal): -13735589 or 5990702. OLE color: 5990702.

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

Color convert

RGB 46 105 91 -
CMYK 0.56 0 0.13 0.59
HSL 165.76º 0.39% 0.3% -
HSV(B) 165.76º 0.56% 0.41% -
XYZ 8.07 11.44 11.68 -
YUV 85.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 46 105 91 0.56 0 0.13 0.59 165.76 0.39 0.3
Hex 2E 69 5B 38 0 D 3B A6 27 1E
Octal 56 151 133 70 0 15 73 246 47 36
Binary 101110 1101001 1011011 111000 0 1101 111011 10100110 100111 11110

Color Harmonies of #2E695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E695B

Black with #2E695B

Text Example


Text Example

White with #2E695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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