Html Css Color HEX #2E6D60 Eden

📋 copy color: '#2E6D60'

red 46 ◦ green 109 ◦ blue 96

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

Shades of Eden #2E6D60

Tints of Eden #2E6D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 18.33%
G = 43.43%
B = 38.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#2E6D60 (or 0x2E6D60) is known color: Eden. HEX triplet: 2E, 6D and 60. RGB value is (46,109,96). Sum of RGB (Red+Green+Blue) = 46+109+96=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6D60 is #D1929F. Grayscale: #585858. Windows color (decimal): -13734560 or 6319406. OLE color: 6319406.

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

Color convert

RGB 46 109 96 -
CMYK 0.58 0 0.12 0.57
HSL 167.62º 0.41% 0.3% -
HSV(B) 167.62º 0.58% 0.43% -
XYZ 8.71 12.36 12.99 -
YUV 88.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 46 109 96 0.58 0 0.12 0.57 167.62 0.41 0.3
Hex 2E 6D 60 3A 0 C 39 A8 29 1E
Octal 56 155 140 72 0 14 71 250 51 36
Binary 101110 1101101 1100000 111010 0 1100 111001 10101000 101001 11110

Color Harmonies of #2E6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D60

Black with #2E6D60

Text Example


Text Example

White with #2E6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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