Html Css Color HEX #2E6A58 Eden

📋 copy color: '#2E6A58'

red 46 ◦ green 106 ◦ blue 88

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

Shades of Eden #2E6A58

Tints of Eden #2E6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.17%

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

R = 19.17%
G = 44.17%
B = 36.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#2E6A58 (or 0x2E6A58) is known color: Eden. HEX triplet: 2E, 6A and 58. RGB value is (46,106,88). Sum of RGB (Red+Green+Blue) = 46+106+88=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6A58 is #D195A7. Grayscale: #565656. Windows color (decimal): -13735336 or 5794350. OLE color: 5794350.

HSL color Cylindrical-coordinate representation of color #2E6A58: hue angle of 162º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6A58 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 106 88 -
CMYK 0.57 0 0.17 0.58
HSL 162º 0.39% 0.3% -
HSV(B) 162º 0.57% 0.42% -
XYZ 8.04 11.59 11.05 -
YUV 86.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 46 106 88 0.57 0 0.17 0.58 162 0.39 0.3
Hex 2E 6A 58 39 0 11 3A A2 27 1E
Octal 56 152 130 71 0 21 72 242 47 36
Binary 101110 1101010 1011000 111001 0 10001 111010 10100010 100111 11110

Color Harmonies of #2E6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6A58

Black with #2E6A58

Text Example


Text Example

White with #2E6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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