Html Css Color HEX #2E5A54 Eden

📋 copy color: '#2E5A54'

red 46 ◦ green 90 ◦ blue 84

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

Shades of Eden #2E5A54

Tints of Eden #2E5A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

 BLUE value IS 84 (33.2% from 255) = 38.18%

R = 20.91%
G = 40.91%
B = 38.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#2E5A54 (or 0x2E5A54) is known color: Eden. HEX triplet: 2E, 5A and 54. RGB value is (46,90,84). Sum of RGB (Red+Green+Blue) = 46+90+84=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5A54 is #D1A5AB. Grayscale: #4C4C4C. Windows color (decimal): -13739436 or 5528110. OLE color: 5528110.

HSL color Cylindrical-coordinate representation of color #2E5A54: hue angle of 171.82º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5A54 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 90 84 -
CMYK 0.49 0 0.07 0.65
HSL 171.82º 0.32% 0.27% -
HSV(B) 171.82º 0.49% 0.35% -
XYZ 6.38 8.53 9.7 -
YUV 76.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 46 90 84 0.49 0 0.07 0.65 171.82 0.32 0.27
Hex 2E 5A 54 31 0 7 41 AC 20 1B
Octal 56 132 124 61 0 7 101 254 40 33
Binary 101110 1011010 1010100 110001 0 111 1000001 10101100 100000 11011

Color Harmonies of #2E5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5A54

Black with #2E5A54

Text Example


Text Example

White with #2E5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,90,84); }

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

background-color css

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

 a { background-color: rgb(46,90,84); }

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

border-color css

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

 span { border-color: rgb(46,90,84); }

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