Html Css Color HEX #2E6C57 Eden

📋 copy color: '#2E6C57'

red 46 ◦ green 108 ◦ blue 87

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

Shades of Eden #2E6C57

Tints of Eden #2E6C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.81%

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

R = 19.09%
G = 44.81%
B = 36.1%

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

#2E6C57 (or 0x2E6C57) is known color: Eden. HEX triplet: 2E, 6C and 57. RGB value is (46,108,87). Sum of RGB (Red+Green+Blue) = 46+108+87=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #2E6C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6C57 is #D193A8. Grayscale: #575757. Windows color (decimal): -13734825 or 5729326. OLE color: 5729326.

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

Color convert

RGB 46 108 87 -
CMYK 0.57 0 0.19 0.58
HSL 159.68º 0.4% 0.3% -
HSV(B) 159.68º 0.57% 0.42% -
XYZ 8.21 11.99 10.9 -
YUV 87.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 46 108 87 0.57 0 0.19 0.58 159.68 0.4 0.3
Hex 2E 6C 57 39 0 13 3A A0 28 1E
Octal 56 154 127 71 0 23 72 240 50 36
Binary 101110 1101100 1010111 111001 0 10011 111010 10100000 101000 11110

Color Harmonies of #2E6C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6C57

Black with #2E6C57

Text Example


Text Example

White with #2E6C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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