Html Css Color HEX #2E6155 Eden

📋 copy color: '#2E6155'

red 46 ◦ green 97 ◦ blue 85

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

Shades of Eden #2E6155

Tints of Eden #2E6155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.54%

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 20.18%
G = 42.54%
B = 37.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#2E6155 (or 0x2E6155) is known color: Eden. HEX triplet: 2E, 61 and 55. RGB value is (46,97,85). Sum of RGB (Red+Green+Blue) = 46+97+85=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6155 is #D19EAA. Grayscale: #505050. Windows color (decimal): -13737643 or 5595438. OLE color: 5595438.

HSL color Cylindrical-coordinate representation of color #2E6155: hue angle of 165.88º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6155 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 85 -
CMYK 0.53 0 0.12 0.62
HSL 165.88º 0.36% 0.28% -
HSV(B) 165.88º 0.53% 0.38% -
XYZ 7.04 9.79 10.11 -
YUV 80.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 46 97 85 0.53 0 0.12 0.62 165.88 0.36 0.28
Hex 2E 61 55 35 0 C 3E A6 24 1C
Octal 56 141 125 65 0 14 76 246 44 34
Binary 101110 1100001 1010101 110101 0 1100 111110 10100110 100100 11100

Color Harmonies of #2E6155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6155

Black with #2E6155

Text Example


Text Example

White with #2E6155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,97,85); }

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

background-color css

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

 a { background-color: rgb(46,97,85); }

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

border-color css

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

 span { border-color: rgb(46,97,85); }

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