Html Css Color HEX #2E6058 Eden

📋 copy color: '#2E6058'

red 46 ◦ green 96 ◦ blue 88

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

Shades of Eden #2E6058

Tints of Eden #2E6058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

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

R = 20%
G = 41.74%
B = 38.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#2E6058 (or 0x2E6058) is known color: Eden. HEX triplet: 2E, 60 and 58. RGB value is (46,96,88). Sum of RGB (Red+Green+Blue) = 46+96+88=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6058 is #D19FA7. Grayscale: #505050. Windows color (decimal): -13737896 or 5791790. OLE color: 5791790.

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

Color convert

RGB 46 96 88 -
CMYK 0.52 0 0.08 0.62
HSL 170.4º 0.35% 0.28% -
HSV(B) 170.4º 0.52% 0.38% -
XYZ 7.07 9.65 10.72 -
YUV 80.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 46 96 88 0.52 0 0.08 0.62 170.4 0.35 0.28
Hex 2E 60 58 34 0 8 3E AA 23 1C
Octal 56 140 130 64 0 10 76 252 43 34
Binary 101110 1100000 1011000 110100 0 1000 111110 10101010 100011 11100

Color Harmonies of #2E6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6058

Black with #2E6058

Text Example


Text Example

White with #2E6058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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