Html Css Color HEX #2E6A60 Eden

📋 copy color: '#2E6A60'

red 46 ◦ green 106 ◦ blue 96

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

Shades of Eden #2E6A60

Tints of Eden #2E6A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 18.55%
G = 42.74%
B = 38.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#2E6A60 (or 0x2E6A60) is known color: Eden. HEX triplet: 2E, 6A and 60. RGB value is (46,106,96). Sum of RGB (Red+Green+Blue) = 46+106+96=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6A60 is #D1959F. Grayscale: #565656. Windows color (decimal): -13735328 or 6318638. OLE color: 6318638.

HSL color Cylindrical-coordinate representation of color #2E6A60: hue angle of 170º 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 #2E6A60 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 106 96 -
CMYK 0.57 0 0.09 0.58
HSL 170º 0.39% 0.3% -
HSV(B) 170º 0.57% 0.42% -
XYZ 8.39 11.73 12.89 -
YUV 86.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 46 106 96 0.57 0 0.09 0.58 170 0.39 0.3
Hex 2E 6A 60 39 0 9 3A AA 27 1E
Octal 56 152 140 71 0 11 72 252 47 36
Binary 101110 1101010 1100000 111001 0 1001 111010 10101010 100111 11110

Color Harmonies of #2E6A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6A60

Black with #2E6A60

Text Example


Text Example

White with #2E6A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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