Html Css Color HEX #2E5C58 Eden

📋 copy color: '#2E5C58'

red 46 ◦ green 92 ◦ blue 88

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

Shades of Eden #2E5C58

Tints of Eden #2E5C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.71%

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 20.35%
G = 40.71%
B = 38.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#2E5C58 (or 0x2E5C58) is known color: Eden. HEX triplet: 2E, 5C and 58. RGB value is (46,92,88). Sum of RGB (Red+Green+Blue) = 46+92+88=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C58 is #D1A3A7. Grayscale: #4D4D4D. Windows color (decimal): -13738920 or 5790766. OLE color: 5790766.

HSL color Cylindrical-coordinate representation of color #2E5C58: hue angle of 174.78º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5C58 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 92 88 -
CMYK 0.50 0 0.04 0.64
HSL 174.78º 0.33% 0.27% -
HSV(B) 174.78º 0.5% 0.36% -
XYZ 6.72 8.94 10.6 -
YUV 77.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 46 92 88 0.50 0 0.04 0.64 174.78 0.33 0.27
Hex 2E 5C 58 32 0 4 40 AF 21 1B
Octal 56 134 130 62 0 4 100 257 41 33
Binary 101110 1011100 1011000 110010 0 100 1000000 10101111 100001 11011

Color Harmonies of #2E5C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C58

Black with #2E5C58

Text Example


Text Example

White with #2E5C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,92,88); }

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

background-color css

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

 a { background-color: rgb(46,92,88); }

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

border-color css

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

 span { border-color: rgb(46,92,88); }

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