Html Css Color HEX #2E6D5D Eden

📋 copy color: '#2E6D5D'

red 46 ◦ green 109 ◦ blue 93

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

Shades of Eden #2E6D5D

Tints of Eden #2E6D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.95%

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

R = 18.55%
G = 43.95%
B = 37.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#2E6D5D (or 0x2E6D5D) is known color: Eden. HEX triplet: 2E, 6D and 5D. RGB value is (46,109,93). Sum of RGB (Red+Green+Blue) = 46+109+93=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D5D is #D192A2. Grayscale: #585858. Windows color (decimal): -13734563 or 6122798. OLE color: 6122798.

HSL color Cylindrical-coordinate representation of color #2E6D5D: hue angle of 164.76º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D5D is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 109 93 -
CMYK 0.58 0 0.15 0.57
HSL 164.76º 0.41% 0.3% -
HSV(B) 164.76º 0.58% 0.43% -
XYZ 8.57 12.31 12.28 -
YUV 88.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 46 109 93 0.58 0 0.15 0.57 164.76 0.41 0.3
Hex 2E 6D 5D 3A 0 F 39 A5 29 1E
Octal 56 155 135 72 0 17 71 245 51 36
Binary 101110 1101101 1011101 111010 0 1111 111001 10100101 101001 11110

Color Harmonies of #2E6D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D5D

Black with #2E6D5D

Text Example


Text Example

White with #2E6D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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