Html Css Color HEX #2E735A Eden

📋 copy color: '#2E735A'

red 46 ◦ green 115 ◦ blue 90

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

Shades of Eden #2E735A

Tints of Eden #2E735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 18.33%
G = 45.82%
B = 35.86%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#2E735A (or 0x2E735A) is known color: Eden. HEX triplet: 2E, 73 and 5A. RGB value is (46,115,90). Sum of RGB (Red+Green+Blue) = 46+115+90=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #2E735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E735A is #D18CA5. Grayscale: #5B5B5B. Windows color (decimal): -13733030 or 5927726. OLE color: 5927726.

HSL color Cylindrical-coordinate representation of color #2E735A: hue angle of 158.26º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E735A is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 115 90 -
CMYK 0.6 0 0.22 0.55
HSL 158.26º 0.43% 0.32% -
HSV(B) 158.26º 0.6% 0.45% -
XYZ 9.1 13.58 11.81 -
YUV 91.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 46 115 90 0.6 0 0.22 0.55 158.26 0.43 0.32
Hex 2E 73 5A 3C 0 16 37 9E 2B 20
Octal 56 163 132 74 0 26 67 236 53 40
Binary 101110 1110011 1011010 111100 0 10110 110111 10011110 101011 100000

Color Harmonies of #2E735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E735A

Black with #2E735A

Text Example


Text Example

White with #2E735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,115,90); }

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

background-color css

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

 a { background-color: rgb(46,115,90); }

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

border-color css

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

 span { border-color: rgb(46,115,90); }

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