Html Css Color HEX #2E6859 Eden

📋 copy color: '#2E6859'

red 46 ◦ green 104 ◦ blue 89

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

Shades of Eden #2E6859

Tints of Eden #2E6859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

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

R = 19.25%
G = 43.51%
B = 37.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#2E6859 (or 0x2E6859) is known color: Eden. HEX triplet: 2E, 68 and 59. RGB value is (46,104,89). Sum of RGB (Red+Green+Blue) = 46+104+89=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6859 is #D197A6. Grayscale: #545454. Windows color (decimal): -13735847 or 5859374. OLE color: 5859374.

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

Color convert

RGB 46 104 89 -
CMYK 0.56 0 0.14 0.59
HSL 164.48º 0.39% 0.29% -
HSV(B) 164.48º 0.56% 0.41% -
XYZ 7.88 11.2 11.2 -
YUV 84.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 46 104 89 0.56 0 0.14 0.59 164.48 0.39 0.29
Hex 2E 68 59 38 0 E 3B A4 27 1D
Octal 56 150 131 70 0 16 73 244 47 35
Binary 101110 1101000 1011001 111000 0 1110 111011 10100100 100111 11101

Color Harmonies of #2E6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6859

Black with #2E6859

Text Example


Text Example

White with #2E6859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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