Html Css Color HEX #2E6B57 Eden

📋 copy color: '#2E6B57'

red 46 ◦ green 107 ◦ blue 87

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

Shades of Eden #2E6B57

Tints of Eden #2E6B57

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 19.17%
G = 44.58%
B = 36.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#2E6B57 (or 0x2E6B57) is known color: Eden. HEX triplet: 2E, 6B and 57. RGB value is (46,107,87). Sum of RGB (Red+Green+Blue) = 46+107+87=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B57 is #D194A8. Grayscale: #565656. Windows color (decimal): -13735081 or 5729070. OLE color: 5729070.

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

Color convert

RGB 46 107 87 -
CMYK 0.57 0 0.19 0.58
HSL 160.33º 0.4% 0.3% -
HSV(B) 160.33º 0.57% 0.42% -
XYZ 8.1 11.78 10.86 -
YUV 86.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 46 107 87 0.57 0 0.19 0.58 160.33 0.4 0.3
Hex 2E 6B 57 39 0 13 3A A0 28 1E
Octal 56 153 127 71 0 23 72 240 50 36
Binary 101110 1101011 1010111 111001 0 10011 111010 10100000 101000 11110

Color Harmonies of #2E6B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6B57

Black with #2E6B57

Text Example


Text Example

White with #2E6B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,87); }

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

background-color css

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

 a { background-color: rgb(46,107,87); }

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

border-color css

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

 span { border-color: rgb(46,107,87); }

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