Html Css Color HEX #2E5F57 Eden

📋 copy color: '#2E5F57'

red 46 ◦ green 95 ◦ blue 87

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

Shades of Eden #2E5F57

Tints of Eden #2E5F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

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

R = 20.18%
G = 41.67%
B = 38.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#2E5F57 (or 0x2E5F57) is known color: Eden. HEX triplet: 2E, 5F and 57. RGB value is (46,95,87). Sum of RGB (Red+Green+Blue) = 46+95+87=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5F57 is #D1A0A8. Grayscale: #4F4F4F. Windows color (decimal): -13738153 or 5725998. OLE color: 5725998.

HSL color Cylindrical-coordinate representation of color #2E5F57: hue angle of 170.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5F57 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 95 87 -
CMYK 0.52 0 0.08 0.63
HSL 170.2º 0.35% 0.28% -
HSV(B) 170.2º 0.52% 0.37% -
XYZ 6.94 9.45 10.48 -
YUV 79.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 46 95 87 0.52 0 0.08 0.63 170.2 0.35 0.28
Hex 2E 5F 57 34 0 8 3F AA 23 1C
Octal 56 137 127 64 0 10 77 252 43 34
Binary 101110 1011111 1010111 110100 0 1000 111111 10101010 100011 11100

Color Harmonies of #2E5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5F57

Black with #2E5F57

Text Example


Text Example

White with #2E5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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