Html Css Color HEX #2E6D5E Eden

📋 copy color: '#2E6D5E'

red 46 ◦ green 109 ◦ blue 94

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

Shades of Eden #2E6D5E

Tints of Eden #2E6D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 18.47%
G = 43.78%
B = 37.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#2E6D5E (or 0x2E6D5E) is known color: Eden. HEX triplet: 2E, 6D and 5E. RGB value is (46,109,94). Sum of RGB (Red+Green+Blue) = 46+109+94=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D5E is #D192A1. Grayscale: #585858. Windows color (decimal): -13734562 or 6188334. OLE color: 6188334.

HSL color Cylindrical-coordinate representation of color #2E6D5E: hue angle of 165.71º 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 #2E6D5E is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 109 94 -
CMYK 0.58 0 0.14 0.57
HSL 165.71º 0.41% 0.3% -
HSV(B) 165.71º 0.58% 0.43% -
XYZ 8.62 12.33 12.51 -
YUV 88.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 46 109 94 0.58 0 0.14 0.57 165.71 0.41 0.3
Hex 2E 6D 5E 3A 0 E 39 A6 29 1E
Octal 56 155 136 72 0 16 71 246 51 36
Binary 101110 1101101 1011110 111010 0 1110 111001 10100110 101001 11110

Color Harmonies of #2E6D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D5E

Black with #2E6D5E

Text Example


Text Example

White with #2E6D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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