Html Css Color HEX #2E6D59 Eden

📋 copy color: '#2E6D59'

red 46 ◦ green 109 ◦ blue 89

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

Shades of Eden #2E6D59

Tints of Eden #2E6D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 18.85%
G = 44.67%
B = 36.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#2E6D59 (or 0x2E6D59) is known color: Eden. HEX triplet: 2E, 6D and 59. RGB value is (46,109,89). Sum of RGB (Red+Green+Blue) = 46+109+89=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D59 is #D192A6. Grayscale: #575757. Windows color (decimal): -13734567 or 5860654. OLE color: 5860654.

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

Color convert

RGB 46 109 89 -
CMYK 0.58 0 0.18 0.57
HSL 160.95º 0.41% 0.3% -
HSV(B) 160.95º 0.58% 0.43% -
XYZ 8.4 12.24 11.37 -
YUV 87.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 46 109 89 0.58 0 0.18 0.57 160.95 0.41 0.3
Hex 2E 6D 59 3A 0 12 39 A1 29 1E
Octal 56 155 131 72 0 22 71 241 51 36
Binary 101110 1101101 1011001 111010 0 10010 111001 10100001 101001 11110

Color Harmonies of #2E6D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D59

Black with #2E6D59

Text Example


Text Example

White with #2E6D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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