Html Css Color HEX #2E6457 Eden

📋 copy color: '#2E6457'

red 46 ◦ green 100 ◦ blue 87

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

Shades of Eden #2E6457

Tints of Eden #2E6457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

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

R = 19.74%
G = 42.92%
B = 37.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#2E6457 (or 0x2E6457) is known color: Eden. HEX triplet: 2E, 64 and 57. RGB value is (46,100,87). Sum of RGB (Red+Green+Blue) = 46+100+87=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6457 is #D19BA8. Grayscale: #525252. Windows color (decimal): -13736873 or 5727278. OLE color: 5727278.

HSL color Cylindrical-coordinate representation of color #2E6457: hue angle of 165.56º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6457 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 100 87 -
CMYK 0.54 0 0.13 0.61
HSL 165.56º 0.37% 0.29% -
HSV(B) 165.56º 0.54% 0.39% -
XYZ 7.4 10.38 10.63 -
YUV 82.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 46 100 87 0.54 0 0.13 0.61 165.56 0.37 0.29
Hex 2E 64 57 36 0 D 3D A6 25 1D
Octal 56 144 127 66 0 15 75 246 45 35
Binary 101110 1100100 1010111 110110 0 1101 111101 10100110 100101 11101

Color Harmonies of #2E6457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6457

Black with #2E6457

Text Example


Text Example

White with #2E6457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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