Html Css Color HEX #2E6959 Eden

📋 copy color: '#2E6959'

red 46 ◦ green 105 ◦ blue 89

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

Shades of Eden #2E6959

Tints of Eden #2E6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 19.17%
G = 43.75%
B = 37.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#2E6959 (or 0x2E6959) is known color: Eden. HEX triplet: 2E, 69 and 59. RGB value is (46,105,89). Sum of RGB (Red+Green+Blue) = 46+105+89=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6959 is #D196A6. Grayscale: #555555. Windows color (decimal): -13735591 or 5859630. OLE color: 5859630.

HSL color Cylindrical-coordinate representation of color #2E6959: hue angle of 163.73º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6959 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 105 89 -
CMYK 0.56 0 0.15 0.59
HSL 163.73º 0.39% 0.3% -
HSV(B) 163.73º 0.56% 0.41% -
XYZ 7.98 11.41 11.23 -
YUV 85.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 46 105 89 0.56 0 0.15 0.59 163.73 0.39 0.3
Hex 2E 69 59 38 0 F 3B A4 27 1E
Octal 56 151 131 70 0 17 73 244 47 36
Binary 101110 1101001 1011001 111000 0 1111 111011 10100100 100111 11110

Color Harmonies of #2E6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6959

Black with #2E6959

Text Example


Text Example

White with #2E6959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,105,89); }

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

background-color css

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

 a { background-color: rgb(46,105,89); }

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

border-color css

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

 span { border-color: rgb(46,105,89); }

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